aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/color/rgb.cpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-03-31 22:32:11 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2015-03-31 22:32:11 +0200
commit2d3b060abd28c08895a5fa0ea21d3547133e28f3 (patch)
tree8ca857b59520dd3e04056932904119b0478022df /test/utils/color/rgb.cpp
parentcb3c0113e9837c333b5b9a2b14a48c5b2899c713 (diff)
downloadusdx-2d3b060abd28c08895a5fa0ea21d3547133e28f3.tar.gz
usdx-2d3b060abd28c08895a5fa0ea21d3547133e28f3.tar.xz
usdx-2d3b060abd28c08895a5fa0ea21d3547133e28f3.zip
test: Fix include paths.
Diffstat (limited to 'test/utils/color/rgb.cpp')
-rw-r--r--test/utils/color/rgb.cpp4
1 files changed, 2 insertions, 2 deletions
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>