aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/config-file.cpp2
-rw-r--r--common/config-manager.cpp2
-rw-r--r--common/debugger.cpp2
-rw-r--r--common/file.h2
-rw-r--r--common/mutex.cpp2
-rw-r--r--common/savefile.cpp2
-rw-r--r--common/savefile.h2
-rw-r--r--common/scaler/intern.h2
-rw-r--r--common/scaler/thumbnail.cpp6
-rw-r--r--common/str.cpp2
-rw-r--r--common/stream.cpp2
-rw-r--r--common/stream.h2
-rw-r--r--common/system.cpp2
-rw-r--r--common/timer.cpp2
-rw-r--r--common/util.cpp2
15 files changed, 17 insertions, 17 deletions
diff --git a/common/config-file.cpp b/common/config-file.cpp
index 5ce5ca4d8d..46e5a68672 100644
--- a/common/config-file.cpp
+++ b/common/config-file.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/config-file.h"
#include "common/file.h"
diff --git a/common/config-manager.cpp b/common/config-manager.cpp
index 0d11ec6dd3..5120f53230 100644
--- a/common/config-manager.cpp
+++ b/common/config-manager.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/config-manager.h"
#include "common/file.h"
diff --git a/common/debugger.cpp b/common/debugger.cpp
index 360ce8489f..b4ec889171 100644
--- a/common/debugger.cpp
+++ b/common/debugger.cpp
@@ -18,7 +18,7 @@
* $Header$
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/debugger.h"
#include "common/system.h"
diff --git a/common/file.h b/common/file.h
index 9669158503..6c853812d7 100644
--- a/common/file.h
+++ b/common/file.h
@@ -22,7 +22,7 @@
#ifndef COMMON_FILE_H
#define COMMON_FILE_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/str.h"
#include "common/stream.h"
diff --git a/common/mutex.cpp b/common/mutex.cpp
index a8a095618c..512dd67f76 100644
--- a/common/mutex.cpp
+++ b/common/mutex.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/mutex.h"
#include "common/system.h"
diff --git a/common/savefile.cpp b/common/savefile.cpp
index 72a855972c..b5013c84bc 100644
--- a/common/savefile.cpp
+++ b/common/savefile.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/util.h"
#include "common/config-manager.h"
#include "common/savefile.h"
diff --git a/common/savefile.h b/common/savefile.h
index 06f1a03f24..d1f0ef8f85 100644
--- a/common/savefile.h
+++ b/common/savefile.h
@@ -22,7 +22,7 @@
#ifndef COMMON_SAVEFILE_H
#define COMMON_SAVEFILE_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/stream.h"
diff --git a/common/scaler/intern.h b/common/scaler/intern.h
index bb20a43748..fd0ac33778 100644
--- a/common/scaler/intern.h
+++ b/common/scaler/intern.h
@@ -24,7 +24,7 @@
#ifndef COMMON_SCALER_INTERN_H
#define COMMON_SCALER_INTERN_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
template<int bitFormat>
diff --git a/common/scaler/thumbnail.cpp b/common/scaler/thumbnail.cpp
index 6bca8e9f4a..bdbd5d0104 100644
--- a/common/scaler/thumbnail.cpp
+++ b/common/scaler/thumbnail.cpp
@@ -20,12 +20,12 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
-#include "scaler.h"
-#include "scaler/intern.h"
+#include "common/scaler.h"
+#include "common/scaler/intern.h"
template<int bitFormat>
uint16 quadBlockInterpolate(const uint8* src, uint32 srcPitch) {
diff --git a/common/str.cpp b/common/str.cpp
index 231272e82a..429e64d88e 100644
--- a/common/str.cpp
+++ b/common/str.cpp
@@ -18,7 +18,7 @@
* $Header$
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/str.h"
#include <ctype.h>
diff --git a/common/stream.cpp b/common/stream.cpp
index a9d5793be3..7c184b08b1 100644
--- a/common/stream.cpp
+++ b/common/stream.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/stream.h"
#include "common/str.h"
diff --git a/common/stream.h b/common/stream.h
index c7890e5bdb..fc81b9aa0f 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -22,7 +22,7 @@
#ifndef COMMON_STREAM_H
#define COMMON_STREAM_H
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
diff --git a/common/system.cpp b/common/system.cpp
index 1a717f292b..0336a135a6 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "backends/intern.h"
diff --git a/common/timer.cpp b/common/timer.cpp
index 6c298bde77..41cd1b34d9 100644
--- a/common/timer.cpp
+++ b/common/timer.cpp
@@ -20,7 +20,7 @@
#ifndef __MORPHOS__
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/timer.h"
#include "common/util.h"
diff --git a/common/util.cpp b/common/util.cpp
index 831284d428..a4a4f0e715 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -18,7 +18,7 @@
* $Header$
*/
-#include "stdafx.h"
+#include "common/stdafx.h"
#include "base/engine.h"
#include "common/util.h"