summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-16 09:16:58 +0000
committerrubidium <rubidium@openttd.org>2007-07-16 09:16:58 +0000
commitefc7fdf2fdad3d17a0e5acdcf744c32ae4065ea3 (patch)
treee5f239c13d0bce3b501cd16094df719e1af4be61 /src/openttd.cpp
parent4896d437b17bb91840108450fe899f5e3a2ec644 (diff)
downloadopenttd-efc7fdf2fdad3d17a0e5acdcf744c32ae4065ea3.tar.xz
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index bdec37c94..931651577 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -9,13 +9,13 @@
#include "debug.h"
#include "driver.h"
#include "saveload.h"
-#include "strings.h"
#include "map.h"
#include "tile.h"
#include "void_map.h"
#include "helpers.hpp"
#include "openttd.h"
+#include "strings.h"
#include "bridge_map.h"
#include "functions.h"
#include "mixer.h"