summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 28174c5de..af6999ed4 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -23,7 +23,6 @@
#include "openttd.h"
#include "currency.h"
#include "screenshot.h"
-#include "string.h"
#include "variables.h"
#include "network/network.h"
#include "settings_internal.h"
@@ -48,6 +47,7 @@
#endif
#include "spritecache.h"
#include "transparency.h"
+#include "string_func.h"
GameOptions _opt;
GameOptions _opt_newgame;