aboutsummaryrefslogtreecommitdiff
path: root/test/dw/dw_images_simple.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dw/dw_images_simple.cc')
-rw-r--r--test/dw/dw_images_simple.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/dw/dw_images_simple.cc b/test/dw/dw_images_simple.cc
index 361ede68..e332a6c2 100644
--- a/test/dw/dw_images_simple.cc
+++ b/test/dw/dw_images_simple.cc
@@ -2,6 +2,7 @@
* Dillo Widget
*
* Copyright 2005-2007 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.H>
#include <FL/Fl_Window.H>
-#include "../dw/core.hh"
-#include "../dw/fltkcore.hh"
-#include "../dw/fltkviewport.hh"
-#include "../dw/textblock.hh"
-#include "../dw/image.hh"
+#include "dw/core.hh"
+#include "dw/fltkcore.hh"
+#include "dw/fltkviewport.hh"
+#include "dw/textblock.hh"
+#include "dw/image.hh"
using namespace dw;
using namespace dw::core;