aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp')
-rw-r--r--games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp b/games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp
deleted file mode 100644
index 5a5f63d292c1..000000000000
--- a/games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/GLEXT/GLBitmap.cpp.orig Wed Jul 30 17:41:26 2003
-+++ src/GLEXT/GLBitmap.cpp Sun Aug 3 09:07:12 2003
-@@ -24,11 +24,11 @@
- //////////////////////////////////////////////////////////////////////
-
- #include <stdio.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <math.h>
- #include <GLEXT/GLState.h>
- #include <GLEXT/GLBitmap.h>
--#include <SDL/SDL.h>
-+#include <SDL11/SDL.h>
-
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction