summaryrefslogtreecommitdiff
path: root/test/dw/dw_simple_container_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dw/dw_simple_container_test.cc')
-rw-r--r--test/dw/dw_simple_container_test.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/dw/dw_simple_container_test.cc b/test/dw/dw_simple_container_test.cc
index 83d0a77f..441fe37e 100644
--- a/test/dw/dw_simple_container_test.cc
+++ b/test/dw/dw_simple_container_test.cc
@@ -2,6 +2,7 @@
* Dillo Widget
*
* Copyright 2014 Sebastian Geerken <sgeerken@dillo.org>
+ * Copyright 2023 Rodrigo Arias Mallo <rodarima@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -22,11 +23,11 @@
#include <FL/Fl_Window.H>
#include <FL/Fl.H>
-#include "../dw/core.hh"
-#include "../dw/fltkcore.hh"
-#include "../dw/fltkviewport.hh"
+#include "dw/core.hh"
+#include "dw/fltkcore.hh"
+#include "dw/fltkviewport.hh"
#include "dw_simple_container.hh"
-#include "../dw/textblock.hh"
+#include "dw/textblock.hh"
using namespace dw;
using namespace dw::core;