summary refs log tree commit diff
path: root/src/Quaternions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Quaternions.h')
-rw-r--r--src/Quaternions.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Quaternions.h b/src/Quaternions.h
index 2b46db9..1c4fc95 100644
--- a/src/Quaternions.h
+++ b/src/Quaternions.h
@@ -2,15 +2,7 @@
 #ifndef _QUATERNIONS_H_
 #define _QUATERNIONS_H_
 
-#ifdef OS9
-#pragma mark -
-#endif
-
-#ifdef OS9
-#include <gl.h>
-#else
 #include <GL/gl.h>
-#endif
 #include "PhysicsMath.h"
 
 /**> Quaternion Structures <**/