summaryrefslogtreecommitdiff
path: root/salhelper/qa/test_api.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/qa/test_api.cxx')
-rw-r--r--salhelper/qa/test_api.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/salhelper/qa/test_api.cxx b/salhelper/qa/test_api.cxx
index 33a3c9400cba..20626d9f12eb 100644
--- a/salhelper/qa/test_api.cxx
+++ b/salhelper/qa/test_api.cxx
@@ -21,6 +21,15 @@
#include <typeinfo>
+#include "osl/mutex.hxx"
+#include "salhelper/condition.hxx"
+#include "salhelper/dynload.hxx"
+#include "salhelper/simplereferenceobject.hxx"
+#include <cppunit/TestFixture.h>
+#include <cppunit/extensions/HelperMacros.h>
+#include <cppunit/plugin/TestPlugIn.h>
+#include <memory>
+
namespace salhelper {
class Condition;
class ConditionModifier;
@@ -48,15 +57,6 @@ std::type_info const & getSimpleReferenceObjectTypeInfo()
}
-#include "osl/mutex.hxx"
-#include "salhelper/condition.hxx"
-#include "salhelper/dynload.hxx"
-#include "salhelper/simplereferenceobject.hxx"
-#include <cppunit/TestFixture.h>
-#include <cppunit/extensions/HelperMacros.h>
-#include <cppunit/plugin/TestPlugIn.h>
-#include <memory>
-
namespace {
class DerivedCondition: public salhelper::Condition {