From 328e2263fb6e2415bafbc40a7d7309b66f65971a Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 27 Jun 2012 16:05:04 +0100 Subject: targetted re-work of cppunit pieces. --- cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx | 3 +-- cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx | 3 +-- cppuhelper/qa/static/cppuhelper_cppunittester_all.cxx | 3 --- cppuhelper/qa/static/cppuhelper_cppunittester_subsequent.cxx | 3 --- cppuhelper/qa/unourl/cppu_unourl.cxx | 4 +--- cppuhelper/qa/weak/test_weak.cxx | 4 +--- 6 files changed, 4 insertions(+), 16 deletions(-) (limited to 'cppuhelper/qa') diff --git a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx index 7d40a8d1194c..7b2121d57286 100644 --- a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx +++ b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx @@ -26,8 +26,7 @@ * ************************************************************************/ -#include "sal/config.h" -#include "sal/precppunit.hxx" +#include #include #include diff --git a/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx b/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx index d483564e9c0c..a3fa06bdbb49 100644 --- a/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx +++ b/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx @@ -26,8 +26,7 @@ * ************************************************************************/ -#include "sal/config.h" -#include "sal/precppunit.hxx" +#include #ifdef IOS #define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_cppuhelper_propertysetmixin diff --git a/cppuhelper/qa/static/cppuhelper_cppunittester_all.cxx b/cppuhelper/qa/static/cppuhelper_cppunittester_all.cxx index 82a05401a24c..3904510652ad 100644 --- a/cppuhelper/qa/static/cppuhelper_cppunittester_all.cxx +++ b/cppuhelper/qa/static/cppuhelper_cppunittester_all.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -#include "sal/config.h" -#include "sal/precppunit.hxx" - #include #include #include diff --git a/cppuhelper/qa/static/cppuhelper_cppunittester_subsequent.cxx b/cppuhelper/qa/static/cppuhelper_cppunittester_subsequent.cxx index 44b913b84800..ca5a8ed74df2 100644 --- a/cppuhelper/qa/static/cppuhelper_cppunittester_subsequent.cxx +++ b/cppuhelper/qa/static/cppuhelper_cppunittester_subsequent.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -#include "sal/config.h" -#include "sal/precppunit.hxx" - #include #include #include diff --git a/cppuhelper/qa/unourl/cppu_unourl.cxx b/cppuhelper/qa/unourl/cppu_unourl.cxx index d7ad8a641ea8..ea0ea97f978a 100644 --- a/cppuhelper/qa/unourl/cppu_unourl.cxx +++ b/cppuhelper/qa/unourl/cppu_unourl.cxx @@ -26,9 +26,7 @@ * ************************************************************************/ -#include "sal/config.h" -#include "sal/precppunit.hxx" - +#include #include #include #include diff --git a/cppuhelper/qa/weak/test_weak.cxx b/cppuhelper/qa/weak/test_weak.cxx index c0e35ca6eee5..861433fb19eb 100644 --- a/cppuhelper/qa/weak/test_weak.cxx +++ b/cppuhelper/qa/weak/test_weak.cxx @@ -26,9 +26,7 @@ * ************************************************************************/ -#include "sal/config.h" -#include "sal/precppunit.hxx" - +#include #include #include #include -- cgit