massive cleaning of file section headers
[physics.git] / src / debug.h
index 1a9fc02..a0bfecb 100644 (file)
@@ -1,15 +1,17 @@
 #ifndef DEBUG_H
 #define DEBUG_H
 
+#include <iostream>
+using std::cerr;
+using std::cout;
+using std::endl;
+
+
 // comment out when not debugging
 #define DEBUGGING
 
 // comment out to prevent FPS and UPS printing
 #define FPSUPS
 
-#include <iostream>
-using std::cerr;
-using std::cout;
-using std::endl;
 
 #endif // DEBUG_H