diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/scaler/scale2x.cpp | 8 | ||||
-rw-r--r-- | graphics/scaler/scale3x.cpp | 8 | ||||
-rw-r--r-- | graphics/scaler/scalebit.cpp | 10 |
3 files changed, 10 insertions, 16 deletions
diff --git a/graphics/scaler/scale2x.cpp b/graphics/scaler/scale2x.cpp index 6e4bc7aa62..9426da1b74 100644 --- a/graphics/scaler/scale2x.cpp +++ b/graphics/scaler/scale2x.cpp @@ -32,13 +32,11 @@ * - derivative works of the program are allowed. */ -#if HAVE_CONFIG_H -#include <config.h> -#endif +#include "common/stdafx.h" +#include "common/scummsys.h" #include "graphics/scaler/intern.h" - -#include "scale2x.h" +#include "graphics/scaler/scale2x.h" #include <assert.h> diff --git a/graphics/scaler/scale3x.cpp b/graphics/scaler/scale3x.cpp index e306540596..9d9e0ebfd7 100644 --- a/graphics/scaler/scale3x.cpp +++ b/graphics/scaler/scale3x.cpp @@ -32,13 +32,11 @@ * - derivative works of the program are allowed. */ -#if HAVE_CONFIG_H -#include <config.h> -#endif +#include "common/stdafx.h" +#include "common/scummsys.h" #include "graphics/scaler/intern.h" - -#include "scale3x.h" +#include "graphics/scaler/scale3x.h" #include <assert.h> diff --git a/graphics/scaler/scalebit.cpp b/graphics/scaler/scalebit.cpp index 9ff0c6da1e..c68abfeb0a 100644 --- a/graphics/scaler/scalebit.cpp +++ b/graphics/scaler/scalebit.cpp @@ -33,14 +33,12 @@ * - derivative works of the program are allowed. */ -#if defined(HAVE_CONFIG_H) -#include <config.h> -#endif +#include "common/stdafx.h" +#include "common/scummsys.h" #include "graphics/scaler/intern.h" - -#include "scale2x.h" -#include "scale3x.h" +#include "graphics/scaler/scale2x.h" +#include "graphics/scaler/scale3x.h" #if defined(HAVE_ALLOCA_H) #include <alloca.h> |