removed all ../ entries and made a basic inc path (dependencies are currently broke)
[physics.git] / src / graphics / graphics.cpp
index 17c2e38..537cdc8 100644 (file)
  */
 
 #include "graphics.h"
-#include "../debug.h"
+#include "debug.h"
 
 #include <GL/gl.h>
 #include <GL/glu.h>
 #include <SDL/SDL.h>
 #include <cmath>
 
-#include "../mathw.h"
+#include "mathw.h"
 
 #include <iostream>
 using std::cerr;