summaryrefslogtreecommitdiff
path: root/clients/gears.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-11-22 09:35:14 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-11-22 09:35:14 -0500
commitc5241f5b73b0ff67fd8f4223da7e78636d1a2fe4 (patch)
treecbb6ff674fe0fca62bb82f247e9863581e0ada48 /clients/gears.c
parent50719bce2ab02ef48cdd1b846fbc184740c19ff2 (diff)
downloadweston-c5241f5b73b0ff67fd8f4223da7e78636d1a2fe4.tar.gz
Never include wayland-util.h directly
And fix a missing "" to <> conversion for wayland-client.h include.
Diffstat (limited to 'clients/gears.c')
-rw-r--r--clients/gears.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/gears.c b/clients/gears.c
index 1f3ab7d8..bc85f546 100644
--- a/clients/gears.c
+++ b/clients/gears.c
@@ -36,7 +36,6 @@
#include <EGL/egl.h>
#include <EGL/eglext.h>
-#include "wayland-util.h"
#include <wayland-client.h>
#include "window.h"