summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-06-02 19:39:29 +0000
committerDarkvater <darkvater@openttd.org>2005-06-02 19:39:29 +0000
commit81ac4ac152b38cb52857d2ce04b8604d9aca8f66 (patch)
tree0d45a227ea869633b68de5d6c3fc338944f1eda7
parentb438b1248cc14d0a290c36ad486cc34bb6b6f81b (diff)
downloadopenttd-81ac4ac152b38cb52857d2ce04b8604d9aca8f66.tar.xz
(svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.
-rw-r--r--extmidi.c2
-rw-r--r--os/beos/bemidi.cpp2
-rw-r--r--os2.c2
-rw-r--r--unix.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/extmidi.c b/extmidi.c
index 975e618e6..f4e07eb44 100644
--- a/extmidi.c
+++ b/extmidi.c
@@ -2,7 +2,7 @@
#ifndef __MORPHOS__
#include "stdafx.h"
-#include "ttd.h"
+#include "openttd.h"
#include "hal.h"
#include "sound.h"
#include "string.h"
diff --git a/os/beos/bemidi.cpp b/os/beos/bemidi.cpp
index 969231a6d..16c8e82f7 100644
--- a/os/beos/bemidi.cpp
+++ b/os/beos/bemidi.cpp
@@ -1,7 +1,7 @@
#ifdef __BEOS__
#include "stdafx.h"
-#include "ttd.h"
+#include "openttd.h"
#include "hal.h"
// BeOS System Includes
diff --git a/os2.c b/os2.c
index 519e64c85..76bbb929c 100644
--- a/os2.c
+++ b/os2.c
@@ -1,5 +1,5 @@
#include "stdafx.h"
-#include "ttd.h"
+#include "openttd.h"
#include "window.h"
#include "string.h"
#include "table/strings.h"
diff --git a/unix.c b/unix.c
index 0f98008bb..9a0464498 100644
--- a/unix.c
+++ b/unix.c
@@ -1,5 +1,5 @@
#include "stdafx.h"
-#include "ttd.h"
+#include "openttd.h"
#include "window.h"
#include "string.h"
#include "table/strings.h"