summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"