removed all ../ entries and made a basic inc path (dependencies are currently broke)
[physics.git] / src / Entities / Particle.h
index 1121227..87b53ac 100644 (file)
@@ -19,7 +19,7 @@
 #define PARTICLE_H
 
 #include "Entity.h"
-#include "../Vector2.h"
+#include "Vector2.h"
 
 
 /// NOTE to SELF