diff options
author | Nicola Mettifogo | 2007-09-19 08:40:12 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-09-19 08:40:12 +0000 |
commit | 258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch) | |
tree | a3ae8675b679c9f3b58ac8d97c79369502ea23c1 /graphics/scaler | |
parent | a89694c0d61a75a960f5bec6c498659c988401cc (diff) | |
download | scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2 scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip |
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'graphics/scaler')
-rw-r--r-- | graphics/scaler/intern.h | 1 | ||||
-rw-r--r-- | graphics/scaler/scale2x.cpp | 1 | ||||
-rw-r--r-- | graphics/scaler/scale3x.cpp | 1 | ||||
-rw-r--r-- | graphics/scaler/scalebit.cpp | 1 | ||||
-rw-r--r-- | graphics/scaler/thumbnail.cpp | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/graphics/scaler/intern.h b/graphics/scaler/intern.h index 68294d98c2..ff515530dd 100644 --- a/graphics/scaler/intern.h +++ b/graphics/scaler/intern.h @@ -26,7 +26,6 @@ #ifndef GRAPHICS_SCALER_INTERN_H #define GRAPHICS_SCALER_INTERN_H -#include "common/stdafx.h" #include "common/scummsys.h" #include "graphics/colormasks.h" diff --git a/graphics/scaler/scale2x.cpp b/graphics/scaler/scale2x.cpp index 9426da1b74..226d379c91 100644 --- a/graphics/scaler/scale2x.cpp +++ b/graphics/scaler/scale2x.cpp @@ -32,7 +32,6 @@ * - derivative works of the program are allowed. */ -#include "common/stdafx.h" #include "common/scummsys.h" #include "graphics/scaler/intern.h" diff --git a/graphics/scaler/scale3x.cpp b/graphics/scaler/scale3x.cpp index 9d9e0ebfd7..8aa33dd170 100644 --- a/graphics/scaler/scale3x.cpp +++ b/graphics/scaler/scale3x.cpp @@ -32,7 +32,6 @@ * - derivative works of the program are allowed. */ -#include "common/stdafx.h" #include "common/scummsys.h" #include "graphics/scaler/intern.h" diff --git a/graphics/scaler/scalebit.cpp b/graphics/scaler/scalebit.cpp index c68abfeb0a..2210697d71 100644 --- a/graphics/scaler/scalebit.cpp +++ b/graphics/scaler/scalebit.cpp @@ -33,7 +33,6 @@ * - derivative works of the program are allowed. */ -#include "common/stdafx.h" #include "common/scummsys.h" #include "graphics/scaler/intern.h" diff --git a/graphics/scaler/thumbnail.cpp b/graphics/scaler/thumbnail.cpp index b17f66bb3d..f1caa5d2e5 100644 --- a/graphics/scaler/thumbnail.cpp +++ b/graphics/scaler/thumbnail.cpp @@ -23,7 +23,6 @@ * */ -#include "common/stdafx.h" #include "common/scummsys.h" #include "common/system.h" |