diff options
-rw-r--r-- | smoketestoo_native/smoketest.cxx | 4 | ||||
-rw-r--r-- | test/source/cpp/officeconnection.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/smoketestoo_native/smoketest.cxx b/smoketestoo_native/smoketest.cxx index 1f429b59b9ae..f218957f8a67 100644 --- a/smoketestoo_native/smoketest.cxx +++ b/smoketestoo_native/smoketest.cxx @@ -48,13 +48,13 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include "com/sun/star/uno/Sequence.hxx" #include "com/sun/star/util/URL.hpp" -#include <preextstl.h> + #include "cppuhelper/implbase1.hxx" #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include <postextstl.h> + #include "osl/conditn.hxx" #include "osl/diagnose.h" #include "rtl/ustring.h" diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx index 93de7f79e937..e8403d399e9c 100644 --- a/test/source/cpp/officeconnection.cxx +++ b/test/source/cpp/officeconnection.cxx @@ -34,9 +34,9 @@ #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "com/sun/star/uno/Reference.hxx" #include "cppuhelper/bootstrap.hxx" -#include <preextstl.h> + #include "cppunit/TestAssert.h" -#include <postextstl.h> + #include "osl/process.h" #include "osl/time.h" #include "sal/types.h" |