Codebase list wlroots / 54653b5
util/addon: fix public include Everything in wlr/ is public and should be included via angle-bracket include directives. Simon Ser 2 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 #include <assert.h>
11 #include <stdlib.h>
22 #include <wayland-server-core.h>
3
4 #include "wlr/util/addon.h"
3 #include <wlr/util/addon.h>
54
65 void wlr_addon_set_init(struct wlr_addon_set *set) {
76 wl_list_init(&set->addons);