summaryrefslogtreecommitdiff
path: root/clients/gears.c
diff options
context:
space:
mode:
authorPekka Paalanen <ppaalanen@gmail.com>2011-11-22 14:18:50 +0200
committerKristian Høgsberg <krh@bitplanet.net>2011-11-22 09:27:03 -0500
commit50719bce2ab02ef48cdd1b846fbc184740c19ff2 (patch)
tree52f9e2aff5305510c11b4161974f7cd894f906d2 /clients/gears.c
parent980c49e6cdddebf85ec0a55df64a3f82c8c94ac6 (diff)
downloadweston-50719bce2ab02ef48cdd1b846fbc184740c19ff2.tar.gz
Fix inconsistent #include style
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
Diffstat (limited to 'clients/gears.c')
-rw-r--r--clients/gears.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/gears.c b/clients/gears.c
index 6af505b2..1f3ab7d8 100644
--- a/clients/gears.c
+++ b/clients/gears.c
@@ -37,7 +37,7 @@
#include <EGL/eglext.h>
#include "wayland-util.h"
-#include "wayland-client.h"
+#include <wayland-client.h>
#include "window.h"