diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-11-22 09:35:14 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-11-22 09:35:14 -0500 |
commit | c5241f5b73b0ff67fd8f4223da7e78636d1a2fe4 (patch) | |
tree | cbb6ff674fe0fca62bb82f247e9863581e0ada48 /clients/gears.c | |
parent | 50719bce2ab02ef48cdd1b846fbc184740c19ff2 (diff) |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/gears.c b/clients/gears.c index 1f3ab7d..bc85f54 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" |