diff options
Diffstat (limited to 'games/scorched3d/files/patch-src-irc-UdpHandler.h')
-rw-r--r-- | games/scorched3d/files/patch-src-irc-UdpHandler.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games/scorched3d/files/patch-src-irc-UdpHandler.h b/games/scorched3d/files/patch-src-irc-UdpHandler.h deleted file mode 100644 index 05048c1b5224..000000000000 --- a/games/scorched3d/files/patch-src-irc-UdpHandler.h +++ /dev/null @@ -1,15 +0,0 @@ ---- ./src/irc/UdpHandler.h.orig Fri Jan 23 17:59:11 2004 -+++ ./src/irc/UdpHandler.h Fri Jan 23 18:02:35 2004 -@@ -1,9 +1,9 @@ - #ifndef _UDPHANDLER_H_ - #define _UDPHANDLER_H_ - --#include <SDL/SDL.h> --#include <SDL/SDL_net.h> --#include <SDL/SDL_thread.h> -+#include <SDL11/SDL.h> -+#include <SDL11/SDL_net.h> -+#include <SDL11/SDL_thread.h> - #include "irc/GameInfoEntry.h" - - |