summaryrefslogtreecommitdiff
path: root/src/unix.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-19 20:45:46 +0000
committerrubidium <rubidium@openttd.org>2007-12-19 20:45:46 +0000
commit2cf7d5b2cb661ab905bbd8e37f2c10be1d00908f (patch)
tree01d7c4429e1c30bf65208609d37c644b6618ab26 /src/unix.cpp
parent8bfbfd0031bd155440432759cd6b2af0df1bccbd (diff)
downloadopenttd-2cf7d5b2cb661ab905bbd8e37f2c10be1d00908f.tar.xz
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Diffstat (limited to 'src/unix.cpp')
-rw-r--r--src/unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix.cpp b/src/unix.cpp
index 521f51368..f35b50b93 100644
--- a/src/unix.cpp
+++ b/src/unix.cpp
@@ -8,7 +8,7 @@
#include "string.h"
#include "table/strings.h"
#include "variables.h"
-#include "gui.h"
+#include "textbuf_gui.h"
#include <dirent.h>
#include <unistd.h>