diff options
author | rubidium <rubidium@openttd.org> | 2011-12-10 13:54:10 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-10 13:54:10 +0000 |
commit | 58423b26d1d9daa996e151fb3dc3e30dad49b722 (patch) | |
tree | 5367a286f073cbaec260306fc36ef6365149d5c7 /src/spriteloader | |
parent | 8315b00b32aa838769e016d46d84048e152941d2 (diff) | |
download | openttd-58423b26d1d9daa996e151fb3dc3e30dad49b722.tar.xz |
(svn r23474) -Codechange: move the declaration error related functions to error.h
Diffstat (limited to 'src/spriteloader')
-rw-r--r-- | src/spriteloader/grf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spriteloader/grf.cpp b/src/spriteloader/grf.cpp index b4533ae94..a4de26244 100644 --- a/src/spriteloader/grf.cpp +++ b/src/spriteloader/grf.cpp @@ -15,7 +15,7 @@ #include "../debug.h" #include "../strings_func.h" #include "table/strings.h" -#include "../gui.h" +#include "../error.h" #include "../core/math_func.hpp" #include "grf.hpp" |