removed all ../ entries and made a basic inc path (dependencies are currently broke)
[physics.git] / src / GameStates / Running.cpp
index cafa9af..f85c30f 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "Running.h"
 
-#include "../entityManager.h"
+#include "entityManager.h"
 
 
 /// ***** Constructors/Destructors *****