aboutsummaryrefslogtreecommitdiff
path: root/test/dw/dw_images_scaled2.cc
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2023-12-21 01:20:29 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2023-12-30 01:37:14 +0100
commit1abe42857baf0348ba60e83a4c42361e00c3be71 (patch)
tree3f62cdf12951053a4b98366a550c35f81f1e9544 /test/dw/dw_images_scaled2.cc
parentb37e243a1e96bb99b42eff9295b448f0241a89b8 (diff)
Fix include paths for tests
They are now relative to the root directory of the project, instead of relative to the test file location.
Diffstat (limited to 'test/dw/dw_images_scaled2.cc')
-rw-r--r--test/dw/dw_images_scaled2.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/dw/dw_images_scaled2.cc b/test/dw/dw_images_scaled2.cc
index 01a55bcf..3b27209a 100644
--- a/test/dw/dw_images_scaled2.cc
+++ b/test/dw/dw_images_scaled2.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;