diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-23 18:30:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-23 18:30:07 +0300 |
commit | f867942810c0014a2f8cc29543163e80b5482921 (patch) | |
tree | a0864f3fca4c1cca86ccaa36c9227a3ed0e2bc1e /src/graphics.cpp | |
parent | b9e27e9563e32a17cd80142ce05b5770479cc709 (diff) | |
download | plus-f867942810c0014a2f8cc29543163e80b5482921.tar.gz plus-f867942810c0014a2f8cc29543163e80b5482921.tar.bz2 plus-f867942810c0014a2f8cc29543163e80b5482921.tar.xz plus-f867942810c0014a2f8cc29543163e80b5482921.zip |
Remove outdated fix for windows builds.
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r-- | src/graphics.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp index 3689aa0f9..955b0fef5 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -32,8 +32,7 @@ #include <guichan/sdl/sdlpixel.hpp> -//<SDL_gfxBlitFunc.h> -#include "SDL_gfxBlitFunc.h" +#include <SDL_gfxBlitFunc.h> #include "debug.h" |