diff options
Diffstat (limited to 'src/Skeleton.h')
-rw-r--r-- | src/Skeleton.h | 6 |
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" |