removed all ../ entries and made a basic inc path (dependencies are currently broke)
[physics.git] / src / Entities / Polygon.cpp
index 1861571..42cfbdb 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "Polygon.h"
 
-#include "../Vector2.h"
+#include "Vector2.h"
 
 
 /// ***** Constructors/Destructors *****