summaryrefslogtreecommitdiff
path: root/kmscube/cube.cpp
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 10:05:40 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 10:05:40 +0300
commitc17c439a70b86b08c8d584928e94eb52096b79b6 (patch)
tree34e98bf14ec9ecca6478fb6249ecfaa02ee0c611 /kmscube/cube.cpp
parenta5c28bcb2ead34e921617711ebf94ffcb5d72878 (diff)
Reorganize libkms++utils header
Diffstat (limited to 'kmscube/cube.cpp')
-rw-r--r--kmscube/cube.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmscube/cube.cpp b/kmscube/cube.cpp
index 42e05be..9aa8a84 100644
--- a/kmscube/cube.cpp
+++ b/kmscube/cube.cpp
@@ -26,8 +26,8 @@
/* Based on a egl cube test app originally written by Arvin Schnell */
#include "cube.h"
-#include "opts.h"
-#include "test.h"
+#include <opts.h>
+#include <kms++util.h>
using namespace std;