aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEScaler.h
diff options
context:
space:
mode:
authorKostas Nakos2006-06-06 19:31:49 +0000
committerKostas Nakos2006-06-06 19:31:49 +0000
commit506456d0146fd83c16e117ad2d543bdb828223dd (patch)
tree516bd8ef65299c6c6f24f133a3dad2398d2b4a2f /backends/wince/CEScaler.h
parent318770280c22788f866b0228b1e6a68f7d1913db (diff)
downloadscummvm-rg350-506456d0146fd83c16e117ad2d543bdb828223dd.tar.gz
scummvm-rg350-506456d0146fd83c16e117ad2d543bdb828223dd.tar.bz2
scummvm-rg350-506456d0146fd83c16e117ad2d543bdb828223dd.zip
update the CE port to work under 0.9.0 codebase
svn-id: r22956
Diffstat (limited to 'backends/wince/CEScaler.h')
-rw-r--r--backends/wince/CEScaler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/wince/CEScaler.h b/backends/wince/CEScaler.h
index 4d5b96e57e..f4980ec1c7 100644
--- a/backends/wince/CEScaler.h
+++ b/backends/wince/CEScaler.h
@@ -26,8 +26,8 @@
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
-#include "common/scaler.h"
-#include "common/scaler/intern.h"
+#include "graphics/scaler.h"
+#include "graphics/scaler/intern.h"
DECLARE_SCALER(PocketPCPortrait);
DECLARE_SCALER(PocketPCHalf);