aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2003-11-06 23:54:12 +0000
committerMax Horn2003-11-06 23:54:12 +0000
commitba1cf0e957f027011e023f733a304c49cd7eac9b (patch)
tree09dbf8431c7a3405df70720b995f462134dc87a2 /common
parent0f54b65caca3a69c147ee165b19b3668f8258cfb (diff)
downloadscummvm-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')
-rw-r--r--common/scaler.cpp1
-rw-r--r--common/scaler/aspect.cpp1
-rw-r--r--common/scaler/intern.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/common/scaler.cpp b/common/scaler.cpp
index 238bd1f3a2..3225c8b964 100644
--- a/common/scaler.cpp
+++ b/common/scaler.cpp
@@ -21,6 +21,7 @@
*/
#include "common/scaler/intern.h"
+#include "common/util.h"
int gBitFormat = 565;
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.