diff options
author | rubidium <rubidium@openttd.org> | 2007-12-26 23:04:26 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-26 23:04:26 +0000 |
commit | 7f037d15d780a6dbc1208557c7a3b77338f8657a (patch) | |
tree | f790b2bd6cc316021b48938f4af7ae3364ec3027 /src/spriteloader | |
parent | 8b726c2f4a7800fb9c16f7bc3e9e20bdbb95c616 (diff) | |
download | openttd-7f037d15d780a6dbc1208557c7a3b77338f8657a.tar.xz |
(svn r11704) -Codechange: remove another bunch of useless includes.
Diffstat (limited to 'src/spriteloader')
-rw-r--r-- | src/spriteloader/png.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spriteloader/png.cpp b/src/spriteloader/png.cpp index e40fb39b7..83f7bdd77 100644 --- a/src/spriteloader/png.cpp +++ b/src/spriteloader/png.cpp @@ -7,7 +7,6 @@ #include "../stdafx.h" #include "../gfx_func.h" #include "../fileio.h" -#include "../variables.h" #include "../debug.h" #include "../core/alloc_func.hpp" #include "../core/endian_func.hpp" |