(svn r17693) -Cleanup: remove some unneeded includes
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
/** @file 32bpp_anim.cpp Implementation of the optimized 32 bpp blitter with animation support. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../core/math_func.hpp"
|
||||
#include "../gfx_func.h"
|
||||
#include "../video/video_driver.hpp"
|
||||
|
@@ -13,7 +13,6 @@
|
||||
#include "../zoom_func.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../core/math_func.hpp"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "32bpp_optimized.hpp"
|
||||
|
||||
static FBlitter_32bppOptimized iFBlitter_32bppOptimized;
|
||||
|
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../zoom_func.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../core/math_func.hpp"
|
||||
#include "8bpp_optimized.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user