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 /sal/workben | |
parent | fa0fd16526f05e37e10af7a367c9950a974d7c90 (diff) |
targetted re-work of cppunit pieces.
Diffstat (limited to 'sal/workben')
-rw-r--r-- | sal/workben/t_osl_getVolInfo.cxx | 4 | ||||
-rw-r--r-- | sal/workben/t_osl_joinProcess.cxx | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sal/workben/t_osl_getVolInfo.cxx b/sal/workben/t_osl_getVolInfo.cxx index 1e9e425f0a02..4aa46c79060c 100644 --- a/sal/workben/t_osl_getVolInfo.cxx +++ b/sal/workben/t_osl_getVolInfo.cxx @@ -26,9 +26,7 @@ * ************************************************************************/ -#include "sal/config.h" -#include "sal/precppunit.hxx" - +#include <sal/types.h> #include <cppunit/simpleheader.hxx> #include <osl/file.h> #include <rtl/ustring.hxx> diff --git a/sal/workben/t_osl_joinProcess.cxx b/sal/workben/t_osl_joinProcess.cxx index 60914ee26ede..b716d9ccf97e 100644 --- a/sal/workben/t_osl_joinProcess.cxx +++ b/sal/workben/t_osl_joinProcess.cxx @@ -26,9 +26,7 @@ * ************************************************************************/ -#include "sal/config.h" -#include "sal/precppunit.hxx" - +#include <sal/types.h> #include <cppunit/simpleheader.hxx> #include <osl/process.h> #include <rtl/ustring.hxx> |