diff options
Diffstat (limited to 'src/point.cpp')
-rw-r--r-- | src/point.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/point.cpp b/src/point.cpp index cad96e4..a40e1ef 100644 --- a/src/point.cpp +++ b/src/point.cpp @@ -8,9 +8,9 @@ * the location and the bounds. ************************************************************************/ -#include "point.h" +#include "../include/point.h" #include <cassert> -#include "uiDraw.h" +#include "../include/uiDraw.h" using namespace std; /****************************************** * POINT : CONSTRUCTOR WITH X,Y |