aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/color
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/color')
-rw-r--r--test/utils/color/hsv.cpp4
-rw-r--r--test/utils/color/rgb.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/utils/color/hsv.cpp b/test/utils/color/hsv.cpp
index 803f9ec5..cc660833 100644
--- a/test/utils/color/hsv.cpp
+++ b/test/utils/color/hsv.cpp
@@ -22,8 +22,8 @@
*
*/
-#include "hsv.hpp"
-#include "rgb.hpp"
+#include "utils/color/hsv.hpp"
+#include "utils/color/rgb.hpp"
#include <exception>
#include <cppunit/extensions/HelperMacros.h>
diff --git a/test/utils/color/rgb.cpp b/test/utils/color/rgb.cpp
index 932be8b4..6cb4c451 100644
--- a/test/utils/color/rgb.cpp
+++ b/test/utils/color/rgb.cpp
@@ -22,8 +22,8 @@
*
*/
-#include "hsv.hpp"
-#include "rgb.hpp"
+#include "utils/color/hsv.hpp"
+#include "utils/color/rgb.hpp"
#include <exception>
#include <cppunit/extensions/HelperMacros.h>