diff options
Diffstat (limited to 'src/utils/rectangle.hpp')
-rw-r--r-- | src/utils/rectangle.hpp | 4 |
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 { |