From d8b164e4727c887979d4da6a4011a444749862fc Mon Sep 17 00:00:00 2001 From: Simponic Date: Thu, 13 Aug 2020 12:07:52 -0600 Subject: Better file structure, stuff is better in general --- src/point.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/point.cpp') 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 -#include "uiDraw.h" +#include "../include/uiDraw.h" using namespace std; /****************************************** * POINT : CONSTRUCTOR WITH X,Y -- cgit v1.2.3-70-g09d2