summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 07:25:49 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 07:25:49 +0000
commita0895d57fa4cc30e49bef6a689b1a73cf4c3d02a (patch)
tree15543e5435aa9c7caac61ef628a1dfdc780cddb9 /src/strings.cpp
parentb1e1c134200a18ec8178a933f7bf0442492f60f6 (diff)
downloadopenttd-a0895d57fa4cc30e49bef6a689b1a73cf4c3d02a.tar.xz
(svn r12501) -Codechange: split signs.h.
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index 62e822438..2fcb7055c 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -20,7 +20,7 @@
#include "group.h"
#include "debug.h"
#include "newgrf_townname.h"
-#include "signs.h"
+#include "signs_base.h"
#include "newgrf_engine.h"
#include "spritecache.h"
#include "fontcache.h"