mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 05:55:58 +01:00
util/addon: fix public include
Everything in wlr/ is public and should be included via angle-bracket include directives.
This commit is contained in:
parent
c091a07589
commit
54653b5d95
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
#include "wlr/util/addon.h"
|
||||
#include <wlr/util/addon.h>
|
||||
|
||||
void wlr_addon_set_init(struct wlr_addon_set *set) {
|
||||
wl_list_init(&set->addons);
|
||||
|
|
Loading…
Reference in a new issue