diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-27 16:05:04 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-27 19:13:11 +0100 |
commit | 328e2263fb6e2415bafbc40a7d7309b66f65971a (patch) | |
tree | ac6fce65230a915b03866c7a46dba2228d029fa9 /cppu/qa | |
parent | fa0fd16526f05e37e10af7a367c9950a974d7c90 (diff) |
targetted re-work of cppunit pieces.
Diffstat (limited to 'cppu/qa')
-rw-r--r-- | cppu/qa/cppu_cppunittester_all.cxx | 3 | ||||
-rw-r--r-- | cppu/qa/cppumaker/test_cppumaker.cxx | 3 | ||||
-rw-r--r-- | cppu/qa/test_any.cxx | 3 | ||||
-rw-r--r-- | cppu/qa/test_recursion.cxx | 3 | ||||
-rw-r--r-- | cppu/qa/test_reference.cxx | 3 | ||||
-rw-r--r-- | cppu/qa/test_unotype.cxx | 3 |
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 |