aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/MacOSX/Wrapper/JPEG.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/MacOSX/Wrapper/JPEG.pas')
-rwxr-xr-xGame/Code/MacOSX/Wrapper/JPEG.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/MacOSX/Wrapper/JPEG.pas b/Game/Code/MacOSX/Wrapper/JPEG.pas
index b6a90f00..7419908b 100755
--- a/Game/Code/MacOSX/Wrapper/JPEG.pas
+++ b/Game/Code/MacOSX/Wrapper/JPEG.pas
@@ -1,10 +1,10 @@
unit JPEG;
-{$INCLUDE ../Platform.inc}
+{$I switches.inc}
interface
-uses GlueGraphics;
+uses Graphics;
type
TJPEGImage = class(TBitmap)