commit b261193
Michael Forney
·
2013-09-14 03:58:02 +0000 UTC
parent e0d38d5
evdev_device: Use forward declaration
1 files changed,
+2,
-1
+2,
-1
1@@ -3,10 +3,11 @@
2
3 #include <stdbool.h>
4 #include <linux/input.h>
5-#include <wayland-server.h>
6+#include <wayland-util.h>
7
8 struct libevdev_device;
9 struct swc_evdev_device;
10+struct wl_event_loop;
11
12 struct swc_evdev_device_handler
13 {