1
0
Fork 0

(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one)

release/0.6
peter1138 2007-07-03 11:31:38 +00:00
parent f5028dfb85
commit b1bad4ab46
6 changed files with 1 additions and 5 deletions

View File

@ -2,6 +2,7 @@
#include "../zoom.hpp" #include "../zoom.hpp"
#include "../gfx.h" #include "../gfx.h"
#include "../debug.h" #include "../debug.h"
#include "../hal.h"
#include "../table/sprites.h" #include "../table/sprites.h"
#include "32bpp_anim.hpp" #include "32bpp_anim.hpp"

View File

@ -6,7 +6,6 @@
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "hal.h"
#include "string.h" #include "string.h"
#include "variables.h" #include "variables.h"
#include "functions.h" #include "functions.h"

View File

@ -4,7 +4,6 @@
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "hal.h"
#include "heightmap.h" #include "heightmap.h"
#include "debug.h" #include "debug.h"
#include "functions.h" #include "functions.h"

View File

@ -8,7 +8,6 @@
#define VARDEF extern #define VARDEF extern
#endif #endif
#include "hal.h"
#include "helpers.hpp" #include "helpers.hpp"
struct Oblong { struct Oblong {

View File

@ -17,7 +17,6 @@
#include "openttd.h" #include "openttd.h"
#include "debug.h" #include "debug.h"
#include "functions.h" #include "functions.h"
#include "hal.h"
#include "vehicle.h" #include "vehicle.h"
#include "station.h" #include "station.h"
#include "thread.h" #include "thread.h"

View File

@ -7,7 +7,6 @@
#include "strings.h" #include "strings.h"
#include "table/strings.h" #include "table/strings.h"
#include "gfx.h" #include "gfx.h"
#include "hal.h"
#include "fileio.h" #include "fileio.h"
#include "viewport.h" #include "viewport.h"
#include "player.h" #include "player.h"