From 81ac4ac152b38cb52857d2ce04b8604d9aca8f66 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 2 Jun 2005 19:39:29 +0000 Subject: [PATCH] (svn r2398) - CodeChange: forgot to update unix and os2 specific files as well. --- extmidi.c | 2 +- os/beos/bemidi.cpp | 2 +- os2.c | 2 +- unix.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extmidi.c b/extmidi.c index 975e618e66..f4e07eb449 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 969231a6dd..16c8e82f72 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 519e64c85b..76bbb929c8 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 0f98008bb4..9a04644987 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"