aboutsummaryrefslogtreecommitdiff
path: root/test/common
diff options
context:
space:
mode:
authorNicola Mettifogo2007-09-19 08:40:12 +0000
committerNicola Mettifogo2007-09-19 08:40:12 +0000
commit258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch)
treea3ae8675b679c9f3b58ac8d97c79369502ea23c1 /test/common
parenta89694c0d61a75a960f5bec6c498659c988401cc (diff)
downloadscummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'test/common')
-rw-r--r--test/common/array.h1
-rw-r--r--test/common/hashmap.h1
-rw-r--r--test/common/list.h1
-rw-r--r--test/common/pack.h1
-rw-r--r--test/common/seekablesubreadstream.h1
-rw-r--r--test/common/str.h1
-rw-r--r--test/common/subreadstream.h1
7 files changed, 0 insertions, 7 deletions
diff --git a/test/common/array.h b/test/common/array.h
index 8e1c53b430..9c2df993f1 100644
--- a/test/common/array.h
+++ b/test/common/array.h
@@ -1,6 +1,5 @@
#include <cxxtest/TestSuite.h>
-#include "common/stdafx.h"
#include "common/array.h"
class ArrayTestSuite : public CxxTest::TestSuite
diff --git a/test/common/hashmap.h b/test/common/hashmap.h
index 40636e8a91..cb69c4417b 100644
--- a/test/common/hashmap.h
+++ b/test/common/hashmap.h
@@ -1,6 +1,5 @@
#include <cxxtest/TestSuite.h>
-#include "common/stdafx.h"
#include "common/hashmap.h"
class HashMapTestSuite : public CxxTest::TestSuite
diff --git a/test/common/list.h b/test/common/list.h
index 26709b061b..6502622be8 100644
--- a/test/common/list.h
+++ b/test/common/list.h
@@ -1,6 +1,5 @@
#include <cxxtest/TestSuite.h>
-#include "common/stdafx.h"
#include "common/list.h"
class ListTestSuite : public CxxTest::TestSuite
diff --git a/test/common/pack.h b/test/common/pack.h
index 76086b05ca..e618a39743 100644
--- a/test/common/pack.h
+++ b/test/common/pack.h
@@ -1,6 +1,5 @@
#include <cxxtest/TestSuite.h>
-#include "common/stdafx.h"
#include "common/scummsys.h"
#include <stddef.h>
diff --git a/test/common/seekablesubreadstream.h b/test/common/seekablesubreadstream.h
index 96de086949..86ccf4c670 100644
--- a/test/common/seekablesubreadstream.h
+++ b/test/common/seekablesubreadstream.h
@@ -1,6 +1,5 @@
#include <cxxtest/TestSuite.h>
-#include "common/stdafx.h"
#include "common/stream.h"
class SeekableSubReadStreamTestSuite : public CxxTest::TestSuite
diff --git a/test/common/str.h b/test/common/str.h
index 2691a5420d..dcba554b5a 100644
--- a/test/common/str.h
+++ b/test/common/str.h
@@ -1,6 +1,5 @@
#include <cxxtest/TestSuite.h>
-#include "common/stdafx.h"
#include "common/str.h"
class StringTestSuite : public CxxTest::TestSuite
diff --git a/test/common/subreadstream.h b/test/common/subreadstream.h
index eb50436665..c48f57c3a8 100644
--- a/test/common/subreadstream.h
+++ b/test/common/subreadstream.h
@@ -1,6 +1,5 @@
#include <cxxtest/TestSuite.h>
-#include "common/stdafx.h"
#include "common/stream.h"
class SubReadStreamTestSuite : public CxxTest::TestSuite