(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header

This commit is contained in:
rubidium
2010-01-15 16:41:15 +00:00
parent f380a7239d
commit 82fc28f77f
295 changed files with 308 additions and 351 deletions

View File

@@ -11,7 +11,6 @@
#include "../stdafx.h"
#include "../core/math_func.hpp"
#include "../gfx_func.h"
#include "../video/video_driver.hpp"
#include "32bpp_anim.hpp"

View File

@@ -13,7 +13,6 @@
#define BLITTER_32BPP_ANIM_HPP
#include "32bpp_optimized.hpp"
#include "factory.hpp"
class Blitter_32bppAnim : public Blitter_32bppOptimized {
private:

View File

@@ -10,7 +10,6 @@
/** @file 32bpp_base.cpp Implementation of base for 32 bpp blitters. */
#include "../stdafx.h"
#include "../gfx_func.h"
#include "32bpp_base.hpp"
void *Blitter_32bppBase::MoveTo(const void *video, int x, int y)

View File

@@ -14,6 +14,7 @@
#include "base.hpp"
#include "../core/bitmath_func.hpp"
#include "../gfx_func.h"
class Blitter_32bppBase : public Blitter {
public:

View File

@@ -11,7 +11,6 @@
#include "../stdafx.h"
#include "../zoom_func.h"
#include "../gfx_func.h"
#include "../core/math_func.hpp"
#include "32bpp_optimized.hpp"

View File

@@ -10,7 +10,6 @@
/** @file 32bpp_simple.cpp Implementation of the simple 32 bpp blitter. */
#include "../stdafx.h"
#include "../gfx_func.h"
#include "../zoom_func.h"
#include "32bpp_simple.hpp"

View File

@@ -14,7 +14,6 @@
#include "../spritecache.h"
#include "../spriteloader/spriteloader.hpp"
#include "../zoom_type.h"
enum BlitterMode {
BM_NORMAL,