# HG changeset patch # User orudge # Date 1122136099 0 # Node ID 759d11946eecc11d935edec70319c6177c46261b # Parent c29911d0d400621a118b4bb427124c9e17abb3fd (svn r2690) - Minor cleanups to os2.c and hal.h diff -r c29911d0d400 -r 759d11946eec hal.h --- a/hal.h Sat Jul 23 16:08:05 2005 +0000 +++ b/hal.h Sat Jul 23 16:28:19 2005 +0000 @@ -59,10 +59,6 @@ extern const HalMusicDriver _bemidi_music_driver; #endif -#if defined(__OS2__) -extern const HalMusicDriver _os2_music_driver; -#endif - extern const HalVideoDriver _dedicated_video_driver; enum DriverType { diff -r c29911d0d400 -r 759d11946eec os2.c --- a/os2.c Sat Jul 23 16:08:05 2005 +0000 +++ b/os2.c Sat Jul 23 16:28:19 2005 +0000 @@ -1,13 +1,10 @@ #include "stdafx.h" #include "openttd.h" #include "variables.h" -#include "window.h" #include "string.h" #include "table/strings.h" -#include "hal.h" #include "gfx.h" #include "gui.h" -#include "saveload.h" #include "functions.h" #include "macros.h" @@ -22,19 +19,13 @@ #include #define INCL_DOS -#define INCL_OS2MM #define INCL_WIN #define INCL_WINCLIPBOARD #include -#include #include -#if defined(WITH_SDL) -#include -#endif - #include "sound/null_s.h" #include "sound/sdl_s.h"