changeset 1892:dae4e4fa592a draft

(svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.
author Darkvater <Darkvater@openttd.org>
date Thu, 02 Jun 2005 19:39:29 +0000
parents 81b2cb2fc036
children 62c40e7e36b0
files extmidi.c os/beos/bemidi.cpp os2.c unix.c
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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
--- 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"
--- 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"