summaryrefslogtreecommitdiff
path: root/src/texteff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/texteff.cpp')
-rw-r--r--src/texteff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texteff.cpp b/src/texteff.cpp
index 56ab24d92..8dab8f5ad 100644
--- a/src/texteff.cpp
+++ b/src/texteff.cpp
@@ -4,7 +4,6 @@
#include "stdafx.h"
#include "openttd.h"
-#include "functions.h"
#include "tile_cmd.h"
#include "landscape.h"
#include "viewport.h"
@@ -21,6 +20,7 @@
#include "transparency.h"
#include "strings_func.h"
#include "core/alloc_func.hpp"
+#include "functions.h"
enum {
MAX_TEXTMESSAGE_LENGTH = 200,