summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 0576233e8..f92024a5d 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -9,7 +9,6 @@
#include "engine.h"
#include "landscape.h"
#include "saveload.h"
-#include "string.h"
#include "variables.h"
#include "network/network_data.h"
#include "network/network_client.h"
@@ -30,6 +29,7 @@
#include "map_func.h"
#include "date_func.h"
#include "vehicle_func.h"
+#include "string_func.h"
// ** scriptfile handling ** //
static FILE *_script_file;