summary refs log tree commit diff
path: root/src/TGALoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/TGALoader.h')
-rw-r--r--src/TGALoader.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/TGALoader.h b/src/TGALoader.h
index ab26f88..8e5bfa0 100644
--- a/src/TGALoader.h
+++ b/src/TGALoader.h
@@ -1,7 +1,3 @@
-#ifdef OS9
-#pragma once
-#endif
-
 #ifndef	_TGA_LOADER_H_
 #define	_TGA_LOADER_H_
 
@@ -9,11 +5,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#ifdef OS9
-#include "gl.h"
-#else
 #include <GL/gl.h>
-#endif
 
 #include "Support.h"