aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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