aboutsummaryrefslogtreecommitdiff
path: root/common/scaler.cpp
diff options
context:
space:
mode:
authorMax Horn2003-08-01 12:21:04 +0000
committerMax Horn2003-08-01 12:21:04 +0000
commit0df319e9520aa6fdcaff96f91826ccd7cff2c14a (patch)
tree665b51bddbe987051981456dcf7c8c175bbf316c /common/scaler.cpp
parent64aa3229ad5757d88553531f8c88198711994ac3 (diff)
downloadscummvm-rg350-0df319e9520aa6fdcaff96f91826ccd7cff2c14a.tar.gz
scummvm-rg350-0df319e9520aa6fdcaff96f91826ccd7cff2c14a.tar.bz2
scummvm-rg350-0df319e9520aa6fdcaff96f91826ccd7cff2c14a.zip
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)
svn-id: r9359
Diffstat (limited to 'common/scaler.cpp')
-rw-r--r--common/scaler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scaler.cpp b/common/scaler.cpp
index 2858e4887b..2f59d6d4d4 100644
--- a/common/scaler.cpp
+++ b/common/scaler.cpp
@@ -21,8 +21,8 @@
*/
#include "stdafx.h"
-#include "scummsys.h"
-#include "scaler.h"
+#include "common/scummsys.h"
+#include "common/scaler.h"
// TODO: get rid of the colorMask etc. variables and instead use templates.
// This should give a respectable boost, since variable access (i.e. memory reads)