aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-12-25 16:20:32 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:50 +0100
commit136bea6e38b02a6b47f8722a863d9ead06c07720 (patch)
tree9e3dc5fdd00bf2997a4a63c2d38f5d7e118d460f /src/utils
parent2636e834c25a42bb2dd01c3c61d075b666dee3bf (diff)
downloadusdx-136bea6e38b02a6b47f8722a863d9ead06c07720.tar.gz
usdx-136bea6e38b02a6b47f8722a863d9ead06c07720.tar.xz
usdx-136bea6e38b02a6b47f8722a863d9ead06c07720.zip
fixed include paths
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/rectangle.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/rectangle.hpp b/src/utils/rectangle.hpp
index 0dc456ef..c77b8673 100644
--- a/src/utils/rectangle.hpp
+++ b/src/utils/rectangle.hpp
@@ -27,8 +27,8 @@
#ifndef RECTANGLE_HPP
#define RECTANGLE_HPP
-#include "utils/point.hpp"
-#include "utils/dimension.hpp"
+#include "point.hpp"
+#include "dimension.hpp"
namespace usdx
{