summary refs log tree commit diff
path: root/src/Skeleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Skeleton.h')
-rw-r--r--src/Skeleton.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Skeleton.h b/src/Skeleton.h
index 7b5be13..78d9d3d 100644
--- a/src/Skeleton.h
+++ b/src/Skeleton.h
@@ -2,14 +2,10 @@
 #define _SKELETON_H_
 
 /**> HEADER FILES <**/
-#ifdef OS9
-#include <gl.h>
-#include "alut.h"
-#else
 #include <GL/gl.h>
 #include <AL/al.h>
 #include <AL/alut.h>
-#endif
+
 #include "Quaternions.h"
 #include "Constants.h"
 #include "Files.h"