summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 01:21:35 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 01:21:35 +0000
commit90acd52f22116bed4b126df0218975d2b54aa6aa (patch)
treefc3e123d733a91dd61b578c69516fae69754c97f /src/saveload.cpp
parent72c9b35b119884a393f30d8009a53db87b121c78 (diff)
downloadopenttd-90acd52f22116bed4b126df0218975d2b54aa6aa.tar.xz
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Diffstat (limited to 'src/saveload.cpp')
-rw-r--r--src/saveload.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saveload.cpp b/src/saveload.cpp
index ee95c6ac1..e16d7d09d 100644
--- a/src/saveload.cpp
+++ b/src/saveload.cpp
@@ -22,7 +22,6 @@
#include "saveload.h"
#include "network/network.h"
#include "variables.h"
-#include "table/strings.h"
#include "window_func.h"
#include "strings_func.h"
#include "gfx_func.h"
@@ -33,6 +32,8 @@
#include "autoreplace_base.h"
#include <list>
+#include "table/strings.h"
+
extern const uint16 SAVEGAME_VERSION = 84;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!