removed all ../ entries and made a basic inc path (dependencies are currently broke)
[physics.git] / src / Entities / Polygon.h
index d775352..5d8d10d 100644 (file)
@@ -19,7 +19,7 @@
 #define POLYGON_H
 
 #include "PhysicsEntity.h"
-#include "../Vector2.h"
+#include "Vector2.h"
 
 #include <vector>
 using std::vector;