diff options
author | rubidium <rubidium@openttd.org> | 2012-01-03 21:32:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-03 21:32:51 +0000 |
commit | 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (patch) | |
tree | 363706bbe1ba6b6371262054186fc05b6ec938a7 /src/blitter | |
parent | d880056415cf6254e86a3038a8ed2d02f8af2267 (diff) | |
download | openttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz |
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/blitter')
-rw-r--r-- | src/blitter/32bpp_anim.cpp | 1 | ||||
-rw-r--r-- | src/blitter/32bpp_optimized.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/blitter/32bpp_anim.cpp b/src/blitter/32bpp_anim.cpp index bb959524e..271cea284 100644 --- a/src/blitter/32bpp_anim.cpp +++ b/src/blitter/32bpp_anim.cpp @@ -10,7 +10,6 @@ /** @file 32bpp_anim.cpp Implementation of the optimized 32 bpp blitter with animation support. */ #include "../stdafx.h" -#include "../core/math_func.hpp" #include "../video/video_driver.hpp" #include "32bpp_anim.hpp" diff --git a/src/blitter/32bpp_optimized.cpp b/src/blitter/32bpp_optimized.cpp index 20335a7b0..fbbf7f055 100644 --- a/src/blitter/32bpp_optimized.cpp +++ b/src/blitter/32bpp_optimized.cpp @@ -12,7 +12,6 @@ #include "../stdafx.h" #include "../zoom_func.h" #include "../settings_type.h" -#include "../core/math_func.hpp" #include "32bpp_optimized.hpp" /** Instantiation of the optimized 32bpp blitter factory. */ |