summary refs log tree commit diff
path: root/src/Fog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fog.h')
-rw-r--r--src/Fog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fog.h b/src/Fog.h
index a22c378..ea1f2d2 100644
--- a/src/Fog.h
+++ b/src/Fog.h
@@ -2,11 +2,7 @@
 #define _FOG_H_
 
 /**> HEADER FILES <**/
-#ifdef OS9
-#include <gl.h>
-#else
 #include <GL/gl.h>
-#endif
 #include "Quaternions.h"
 
 class Fog{