diff options
author | rubidium <rubidium@openttd.org> | 2009-10-14 08:14:57 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-10-14 08:14:57 +0000 |
commit | 73418344300fdd1f1a97cef1f428121ff7b870bf (patch) | |
tree | 8ce7324665bde5cb14cd84c3d4ad6e7b3c62077c /src/video | |
parent | 3bb1f4217dcb229c2e064e9f0e1d58a757474cc0 (diff) | |
download | openttd-73418344300fdd1f1a97cef1f428121ff7b870bf.tar.xz |
(svn r17773) -Cleanup: sdl.h isn't needed for allegro
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/allegro_v.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/allegro_v.cpp b/src/video/allegro_v.cpp index ae10de771..e566a8dd5 100644 --- a/src/video/allegro_v.cpp +++ b/src/video/allegro_v.cpp @@ -15,7 +15,6 @@ #include "../openttd.h" #include "../debug.h" #include "../gfx_func.h" -#include "../sdl.h" #include "../variables.h" #include "../rev.h" #include "../blitter/factory.hpp" |