(svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.

This commit is contained in:
Darkvater 2005-06-02 19:39:29 +00:00
parent b438b1248c
commit 81ac4ac152
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
#ifndef __MORPHOS__
#include "stdafx.h"
#include "ttd.h"
#include "openttd.h"
#include "hal.h"
#include "sound.h"
#include "string.h"

View File

@ -1,7 +1,7 @@
#ifdef __BEOS__
#include "stdafx.h"
#include "ttd.h"
#include "openttd.h"
#include "hal.h"
// BeOS System Includes

2
os2.c
View File

@ -1,5 +1,5 @@
#include "stdafx.h"
#include "ttd.h"
#include "openttd.h"
#include "window.h"
#include "string.h"
#include "table/strings.h"

2
unix.c
View File

@ -1,5 +1,5 @@
#include "stdafx.h"
#include "ttd.h"
#include "openttd.h"
#include "window.h"
#include "string.h"
#include "table/strings.h"