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