summaryrefslogtreecommitdiff
path: root/cppu/qa
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa')
-rw-r--r--cppu/qa/cppu_cppunittester_all.cxx3
-rw-r--r--cppu/qa/cppumaker/test_cppumaker.cxx3
-rw-r--r--cppu/qa/test_any.cxx3
-rw-r--r--cppu/qa/test_recursion.cxx3
-rw-r--r--cppu/qa/test_reference.cxx3
-rw-r--r--cppu/qa/test_unotype.cxx3
6 files changed, 5 insertions, 13 deletions
diff --git a/cppu/qa/cppu_cppunittester_all.cxx b/cppu/qa/cppu_cppunittester_all.cxx
index a4988c75cf07..49f1756320cb 100644
--- a/cppu/qa/cppu_cppunittester_all.cxx
+++ b/cppu/qa/cppu_cppunittester_all.cxx
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
-
#include <cstdlib>
#include <iostream>
#include <limits>
diff --git a/cppu/qa/cppumaker/test_cppumaker.cxx b/cppu/qa/cppumaker/test_cppumaker.cxx
index 6074dac7c574..f1e9c863540d 100644
--- a/cppu/qa/cppumaker/test_cppumaker.cxx
+++ b/cppu/qa/cppumaker/test_cppumaker.cxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
+#include <sal/types.h>
#include "FILE.hpp"
#include "lconv.hpp"
diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx
index f8726b3ae70f..6c8aee0a6b48 100644
--- a/cppu/qa/test_any.cxx
+++ b/cppu/qa/test_any.cxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
+#include <sal/types.h>
#ifdef IOS
#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_qa_cppu_any
diff --git a/cppu/qa/test_recursion.cxx b/cppu/qa/test_recursion.cxx
index 72718315748b..81e8c6002f47 100644
--- a/cppu/qa/test_recursion.cxx
+++ b/cppu/qa/test_recursion.cxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
+#include <sal/types.h>
#ifdef IOS
#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_qa_cppu_recursion
diff --git a/cppu/qa/test_reference.cxx b/cppu/qa/test_reference.cxx
index d9ba9386d00e..12173c350985 100644
--- a/cppu/qa/test_reference.cxx
+++ b/cppu/qa/test_reference.cxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
+#include <sal/types.h>
#ifdef IOS
#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_qa_cppu_reference
diff --git a/cppu/qa/test_unotype.cxx b/cppu/qa/test_unotype.cxx
index 0a72cf979ea1..a7e545dcfea6 100644
--- a/cppu/qa/test_unotype.cxx
+++ b/cppu/qa/test_unotype.cxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
+#include <sal/types.h>
#ifdef IOS
#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_qa_cppu_unotype