summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-25 13:28:09 +0000
committerrubidium <rubidium@openttd.org>2007-12-25 13:28:09 +0000
commitb3f6c0734b2eba2ab6271ea0fbf669a526a33e3c (patch)
treec1450dea7c233ea47c2c3cc45df7e9e2cc64c928 /src/strings.cpp
parent429521a7d1f549ba3f9a287885c42f400f5e960f (diff)
downloadopenttd-b3f6c0734b2eba2ab6271ea0fbf669a526a33e3c.tar.xz
(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index 421b5311d..0ca9bfa79 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -34,9 +34,7 @@
#include "gui.h"
#include "strings_func.h"
#include "functions.h"
-#if defined(TTD_BIG_ENDIAN)
#include "core/endian_func.hpp"
-#endif
/* for opendir/readdir/closedir */
# include "fios.h"