Add missing includes & remove duplicates

This commit is contained in:
Carl Smedstad 2022-11-06 20:31:41 +01:00 committed by Simon Ser
parent e3257e646c
commit 9540591105
8 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,6 @@
#ifndef _SWAY_NODE_H
#define _SWAY_NODE_H
#include <wayland-server-core.h>
#include <stdbool.h>
#include "list.h"