summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/source/cpp/officeconnection.cxx5
-rw-r--r--test/source/cpp/uniquepipename.cxx1
-rw-r--r--test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx3
3 files changed, 5 insertions, 4 deletions
diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx
index 9225411ca601..fe3ad5a05a48 100644
--- a/test/source/cpp/officeconnection.cxx
+++ b/test/source/cpp/officeconnection.cxx
@@ -25,6 +25,7 @@
************************************************************************/
#include "sal/config.h"
+#include "sal/precppunit.hxx"
#include "com/sun/star/bridge/UnoUrlResolver.hpp"
#include "com/sun/star/bridge/XUnoUrlResolver.hpp"
@@ -34,13 +35,11 @@
#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/XComponentContext.hpp"
#include "cppuhelper/bootstrap.hxx"
-
#include "cppunit/TestAssert.h"
-
#include "osl/process.h"
#include "osl/time.h"
+#include "sal/macros.h"
#include "sal/types.h"
-#include <sal/macros.h>
#include "test/officeconnection.hxx"
#include "test/toabsolutefileurl.hxx"
#include "test/uniquepipename.hxx"
diff --git a/test/source/cpp/uniquepipename.cxx b/test/source/cpp/uniquepipename.cxx
index 8cb409f621ee..1725ca218918 100644
--- a/test/source/cpp/uniquepipename.cxx
+++ b/test/source/cpp/uniquepipename.cxx
@@ -27,6 +27,7 @@
************************************************************************/
#include "sal/config.h"
+#include "sal/precppunit.hxx"
#include "cppunit/TestAssert.h"
#include "osl/process.h"
diff --git a/test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx b/test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
index ed2c4f7d4887..7e7e0000c49a 100644
--- a/test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
+++ b/test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
@@ -26,6 +26,7 @@
#include "precompiled_test.hxx"
#include "sal/config.h"
+#include "sal/precppunit.hxx"
#include <limits>
#include <string>
@@ -35,6 +36,7 @@
#include "com/sun/star/uno/Any.hxx"
#include "com/sun/star/uno/Exception.hpp"
#include "cppuhelper/exc_hlp.hxx"
+#include "cppunit/Message.h"
#include "osl/thread.h"
#include "rtl/string.hxx"
#include "rtl/ustring.h"
@@ -42,7 +44,6 @@
#include "sal/types.h"
#include "protectorfactory.hxx"
-#include "cppunit/Message.h"
namespace {