mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 14:42:25 +00: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,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 New Issue
Block a user