Changeset - r7138:13df66995846
[Not reviewed]
master
0 6 0
peter1138 - 17 years ago 2007-07-03 11:31:38
peter1138@openttd.org
(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one)
6 files changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/blitter/32bpp_anim.cpp
Show inline comments
 
@@ -2,6 +2,7 @@
 
#include "../zoom.hpp"
 
#include "../gfx.h"
 
#include "../debug.h"
 
#include "../hal.h"
 
#include "../table/sprites.h"
 
#include "32bpp_anim.hpp"
 

	
src/fios.cpp
Show inline comments
 
@@ -6,7 +6,6 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "hal.h"
 
#include "string.h"
 
#include "variables.h"
 
#include "functions.h"
src/misc_gui.cpp
Show inline comments
 
@@ -4,7 +4,6 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "hal.h"
 
#include "heightmap.h"
 
#include "debug.h"
 
#include "functions.h"
src/openttd.h
Show inline comments
 
@@ -8,7 +8,6 @@
 
#define VARDEF extern
 
#endif
 

	
 
#include "hal.h"
 
#include "helpers.hpp"
 

	
 
struct Oblong {
src/saveload.cpp
Show inline comments
 
@@ -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"
src/screenshot.cpp
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)