summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:49:38 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:49:38 +0000
commit1d0d7635e08056acf0d0243b0b5ea5f39a5953e3 (patch)
tree10b8cfa452323649cf4654f5034c6145c5a24915 /src/os
parenta06b34bd4ff3d43d37270d8807486aa7cf242b66 (diff)
downloadopenttd-1d0d7635e08056acf0d0243b0b5ea5f39a5953e3.tar.xz
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so it doesn't recompile everything that needs to be recompiled...
Diffstat (limited to 'src/os')
-rw-r--r--src/os/os2/os2.cpp2
-rw-r--r--src/os/unix/unix.cpp2
-rw-r--r--src/os/windows/win32.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/os/os2/os2.cpp b/src/os/os2/os2.cpp
index 82693bd48..bef44d4f5 100644
--- a/src/os/os2/os2.cpp
+++ b/src/os/os2/os2.cpp
@@ -14,7 +14,7 @@
#include "../../gui.h"
#include "../../fileio_func.h"
#include "../../fios.h"
-#include "../../functions.h"
+#include "../../openttd.h"
#include "../../core/random_func.hpp"
#include "../../string_func.h"
#include "../../textbuf_gui.h"
diff --git a/src/os/unix/unix.cpp b/src/os/unix/unix.cpp
index 61a2b9f39..371beb226 100644
--- a/src/os/unix/unix.cpp
+++ b/src/os/unix/unix.cpp
@@ -11,7 +11,7 @@
#include "../../stdafx.h"
#include "../../textbuf_gui.h"
-#include "../../functions.h"
+#include "../../openttd.h"
#include "../../crashlog.h"
#include "../../core/random_func.hpp"
diff --git a/src/os/windows/win32.cpp b/src/os/windows/win32.cpp
index f3ea1b0c1..14f010a76 100644
--- a/src/os/windows/win32.cpp
+++ b/src/os/windows/win32.cpp
@@ -20,7 +20,7 @@
#include <shlobj.h> /* SHGetFolderPath */
#include "win32.h"
#include "../../core/alloc_func.hpp"
-#include "../../functions.h"
+#include "../../openttd.h"
#include "../../core/random_func.hpp"
#include "../../string_func.h"
#include "../../crashlog.h"