From 136bea6e38b02a6b47f8722a863d9ead06c07720 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 25 Dec 2011 16:20:32 +0100 Subject: fixed include paths --- src/utils/rectangle.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') 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 { -- cgit v1.2.3