aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-coms-NetMessagePool.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/scorched3d/files/patch-src-coms-NetMessagePool.h')
-rw-r--r--games/scorched3d/files/patch-src-coms-NetMessagePool.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/scorched3d/files/patch-src-coms-NetMessagePool.h b/games/scorched3d/files/patch-src-coms-NetMessagePool.h
deleted file mode 100644
index 0545a88c76eb..000000000000
--- a/games/scorched3d/files/patch-src-coms-NetMessagePool.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/coms/NetMessagePool.h.orig Fri Jan 23 17:59:08 2004
-+++ ./src/coms/NetMessagePool.h Fri Jan 23 18:02:11 2004
-@@ -24,7 +24,7 @@
-
- #include <coms/NetMessage.h>
- #include <list>
--#include <SDL/SDL_thread.h>
-+#include <SDL11/SDL_thread.h>
-
- class NetMessagePool
- {