summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyuno/source/module/pyuno.cxx4
-rw-r--r--pyuno/source/module/pyuno_struct.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/pyuno/source/module/pyuno.cxx b/pyuno/source/module/pyuno.cxx
index 9e9274abc8cb..8bd95f5e0253 100644
--- a/pyuno/source/module/pyuno.cxx
+++ b/pyuno/source/module/pyuno.cxx
@@ -22,8 +22,6 @@
#include <algorithm>
#include <cassert>
-#include "pyuno_impl.hxx"
-
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
@@ -45,6 +43,8 @@
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XNameReplace.hpp>
+#include "pyuno_impl.hxx"
+
using com::sun::star::uno::Sequence;
using com::sun::star::uno::Reference;
using com::sun::star::uno::XInterface;
diff --git a/pyuno/source/module/pyuno_struct.cxx b/pyuno/source/module/pyuno_struct.cxx
index b3413861cb55..b407426708d0 100644
--- a/pyuno/source/module/pyuno_struct.cxx
+++ b/pyuno/source/module/pyuno_struct.cxx
@@ -22,8 +22,6 @@
#include <algorithm>
#include <cassert>
-#include "pyuno_impl.hxx"
-
#include <rtl/strbuf.hxx>
#include <osl/diagnose.h>
@@ -32,6 +30,8 @@
#include <com/sun/star/beans/XMaterialHolder.hpp>
+#include "pyuno_impl.hxx"
+
using com::sun::star::uno::Sequence;
using com::sun::star::uno::Reference;
using com::sun::star::uno::XInterface;