diff options
author | Max Horn | 2003-11-06 23:54:12 +0000 |
---|---|---|
committer | Max Horn | 2003-11-06 23:54:12 +0000 |
commit | ba1cf0e957f027011e023f733a304c49cd7eac9b (patch) | |
tree | 09dbf8431c7a3405df70720b995f462134dc87a2 /common/scaler | |
parent | 0f54b65caca3a69c147ee165b19b3668f8258cfb (diff) | |
download | scummvm-rg350-ba1cf0e957f027011e023f733a304c49cd7eac9b.tar.gz scummvm-rg350-ba1cf0e957f027011e023f733a304c49cd7eac9b.tar.bz2 scummvm-rg350-ba1cf0e957f027011e023f733a304c49cd7eac9b.zip |
cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x whenever common/scaler.h is changed :-)
svn-id: r11168
Diffstat (limited to 'common/scaler')
-rw-r--r-- | common/scaler/aspect.cpp | 1 | ||||
-rw-r--r-- | common/scaler/intern.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/common/scaler/aspect.cpp b/common/scaler/aspect.cpp index 7a7dc492b2..7f03425ef7 100644 --- a/common/scaler/aspect.cpp +++ b/common/scaler/aspect.cpp @@ -21,6 +21,7 @@ */ #include "common/scaler/intern.h" +#include "common/scaler.h" #define kVeryFastAndUglyAspectMode 0 // No interpolation at all, but super-fast diff --git a/common/scaler/intern.h b/common/scaler/intern.h index da82ab9b82..5981f39d2e 100644 --- a/common/scaler/intern.h +++ b/common/scaler/intern.h @@ -26,8 +26,6 @@ #include "stdafx.h" #include "common/scummsys.h" -#include "common/scaler.h" -#include "common/util.h" // HACK HACK HACK // Enable *experimental* AltiVec support. |