mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one)
This commit is contained in:
parent
f5028dfb85
commit
b1bad4ab46
@ -2,6 +2,7 @@
|
||||
#include "../zoom.hpp"
|
||||
#include "../gfx.h"
|
||||
#include "../debug.h"
|
||||
#include "../hal.h"
|
||||
#include "../table/sprites.h"
|
||||
#include "32bpp_anim.hpp"
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "hal.h"
|
||||
#include "string.h"
|
||||
#include "variables.h"
|
||||
#include "functions.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "hal.h"
|
||||
#include "heightmap.h"
|
||||
#include "debug.h"
|
||||
#include "functions.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
#define VARDEF extern
|
||||
#endif
|
||||
|
||||
#include "hal.h"
|
||||
#include "helpers.hpp"
|
||||
|
||||
struct Oblong {
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "openttd.h"
|
||||
#include "debug.h"
|
||||
#include "functions.h"
|
||||
#include "hal.h"
|
||||
#include "vehicle.h"
|
||||
#include "station.h"
|
||||
#include "thread.h"
|
||||
|
@ -7,7 +7,6 @@
|
||||
#include "strings.h"
|
||||
#include "table/strings.h"
|
||||
#include "gfx.h"
|
||||
#include "hal.h"
|
||||
#include "fileio.h"
|
||||
#include "viewport.h"
|
||||
#include "player.h"
|
||||
|
Loading…
Reference in New Issue
Block a user