diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-03 09:26:44 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-03 09:44:48 -0400 |
commit | a1f3f60bea874d758694c827ff27fa05ff0a2910 (patch) | |
tree | f40ac5f2e749da5e0979386810804becf55354ea /compositor-x11.c | |
parent | c37c57aec7128be829fa80640d7236ca0a4b56fc (diff) |
Generate protocol types and metadata from xml
Diffstat (limited to 'compositor-x11.c')
-rw-r--r-- | compositor-x11.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compositor-x11.c b/compositor-x11.c index 6679e20..9c4f845 100644 --- a/compositor-x11.c +++ b/compositor-x11.c @@ -38,7 +38,6 @@ #include <EGL/eglext.h> #include "wayland.h" -#include "wayland-protocol.h" #include "compositor.h" #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0])) |