diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-31 16:27:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-31 16:27:45 +0300 |
commit | 7727d21503e38af4a594bca656e641ed8647a952 (patch) | |
tree | c768f892cfa7160779290c5e2481fdae36c662f4 /src/sdlgraphics.cpp | |
parent | 36e7d0706fe0abb6247d2a56c7f82ef7714ea61d (diff) | |
download | plus-7727d21503e38af4a594bca656e641ed8647a952.tar.gz plus-7727d21503e38af4a594bca656e641ed8647a952.tar.bz2 plus-7727d21503e38af4a594bca656e641ed8647a952.tar.xz plus-7727d21503e38af4a594bca656e641ed8647a952.zip |
fix compilation with old compilers.
Diffstat (limited to 'src/sdlgraphics.cpp')
-rw-r--r-- | src/sdlgraphics.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sdlgraphics.cpp b/src/sdlgraphics.cpp index fc9f949a1..084a0db34 100644 --- a/src/sdlgraphics.cpp +++ b/src/sdlgraphics.cpp @@ -37,8 +37,6 @@ #include <guichan/sdl/sdlpixel.hpp> -#include <SDL_gfxBlitFunc.h> - #include "debug.h" #if SDL_BYTEORDER == SDL_LIL_ENDIAN |