summaryrefslogtreecommitdiff
path: root/kmscube
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2017-10-03 12:11:07 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2017-10-03 12:29:25 +0300
commitf76171b7d754b2dd42bd90c72cab22bf62879372 (patch)
treecc6cc61536cfb09a11683b6c72c3d4a124e276bd /kmscube
parentb67254a94c0333c6c4409743a54d0544a5763f95 (diff)
kmscube: compile fix
Diffstat (limited to 'kmscube')
-rw-r--r--kmscube/cube-x11.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmscube/cube-x11.cpp b/kmscube/cube-x11.cpp
index c8f274e..47a1d2b 100644
--- a/kmscube/cube-x11.cpp
+++ b/kmscube/cube-x11.cpp
@@ -1,12 +1,12 @@
-#include <X11/Xlib-xcb.h>
-#include <X11/Xlibint.h>
+#include <kms++util/kms++util.h>
#include "cube.h"
#include "cube-egl.h"
#include "cube-gles2.h"
-#include <kms++util/kms++util.h>
+#include <X11/Xlib-xcb.h>
+#include <X11/Xlibint.h>
using namespace std;