aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler/scale3x.cpp
diff options
context:
space:
mode:
authorMax Horn2006-04-04 21:45:13 +0000
committerMax Horn2006-04-04 21:45:13 +0000
commite4930bd96d3f5d8947f4ffd012cdf5a8131b686d (patch)
treef56ad9e2f7c1a81a22644972c2478f071835f464 /graphics/scaler/scale3x.cpp
parent595a48a87e73db770057bf5ec5a9104582877e18 (diff)
downloadscummvm-rg350-e4930bd96d3f5d8947f4ffd012cdf5a8131b686d.tar.gz
scummvm-rg350-e4930bd96d3f5d8947f4ffd012cdf5a8131b686d.tar.bz2
scummvm-rg350-e4930bd96d3f5d8947f4ffd012cdf5a8131b686d.zip
Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead
svn-id: r21605
Diffstat (limited to 'graphics/scaler/scale3x.cpp')
-rw-r--r--graphics/scaler/scale3x.cpp8
1 files changed, 3 insertions, 5 deletions
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>