summaryrefslogtreecommitdiff
path: root/test/paintertest.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-12-29 16:09:43 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2020-12-29 16:39:54 +0100
commit645250e1cd8ce9bc1faea599df7a1b05836bfeb8 (patch)
treec6311afab3900d2dd2aecbfbe1ac348d0e48c428 /test/paintertest.cc
parentdce64999d3325c5b55499d6ba657066efa48fbff (diff)
Split UI code into application/plugin UI and UI library.
Diffstat (limited to 'test/paintertest.cc')
-rw-r--r--test/paintertest.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/paintertest.cc b/test/paintertest.cc
index fb17a91..611693c 100644
--- a/test/paintertest.cc
+++ b/test/paintertest.cc
@@ -26,10 +26,10 @@
*/
#include <uunit.h>
-#include "../plugingui/canvas.h"
-#include "../plugingui/painter.h"
-#include "../plugingui/image.h"
-#include "../plugingui/font.h"
+#include <dggui/canvas.h>
+#include <dggui/painter.h>
+#include <dggui/image.h>
+#include <dggui/font.h>
class TestColour
{