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
 
#include "../stdafx.h"
 
#include "../zoom.hpp"
 
#include "../gfx.h"
 
#include "../debug.h"
 
#include "../hal.h"
 
#include "../table/sprites.h"
 
#include "32bpp_anim.hpp"
 

	
 
static FBlitter_32bppAnim iFBlitter_32bppAnim;
 

	
 
void Blitter_32bppAnim::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom)
src/fios.cpp
Show inline comments
 
@@ -3,13 +3,12 @@
 
/** @file fios.cpp
 
 * This file contains functions for building file lists for the save/load dialogs.
 
 */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "hal.h"
 
#include "string.h"
 
#include "variables.h"
 
#include "functions.h"
 
#include "heightmap.h"
 
#include "helpers.hpp"
 
#include "table/strings.h"
src/misc_gui.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file misc_gui.cpp */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "hal.h"
 
#include "heightmap.h"
 
#include "debug.h"
 
#include "functions.h"
 
#include "landscape.h"
 
#include "newgrf.h"
 
#include "saveload.h"
src/openttd.h
Show inline comments
 
@@ -5,13 +5,12 @@
 
#define OPENTTD_H
 

	
 
#ifndef VARDEF
 
#define VARDEF extern
 
#endif
 

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

	
 
struct Oblong {
 
	int x, y;
 
	int width, height;
 
};
src/saveload.cpp
Show inline comments
 
@@ -14,13 +14,12 @@
 
 * </ol>
 
 */
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "debug.h"
 
#include "functions.h"
 
#include "hal.h"
 
#include "vehicle.h"
 
#include "station.h"
 
#include "thread.h"
 
#include "town.h"
 
#include "player.h"
 
#include "saveload.h"
src/screenshot.cpp
Show inline comments
 
@@ -4,13 +4,12 @@
 
#include "openttd.h"
 
#include "debug.h"
 
#include "functions.h"
 
#include "strings.h"
 
#include "table/strings.h"
 
#include "gfx.h"
 
#include "hal.h"
 
#include "fileio.h"
 
#include "viewport.h"
 
#include "player.h"
 
#include "screenshot.h"
 
#include "variables.h"
 
#include "date.h"
0 comments (0 inline, 0 general)