diff options
Diffstat (limited to 'src/Person.h')
-rw-r--r-- | src/Person.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/Person.h b/src/Person.h index 8257e13..d831e1f 100644 --- a/src/Person.h +++ b/src/Person.h @@ -3,17 +3,10 @@ /**> HEADER FILES <**/ #include <cmath> -#ifdef OS9 -#include <gl.h> -#else #include <GL/gl.h> -#endif -#ifdef OS9 -#include "alut.h" -#else #include <AL/al.h> #include <AL/alut.h> -#endif + #include "Quaternions.h" #include "Constants.h" #include "Skeleton.h" |