summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_struct.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/source/module/pyuno_struct.cxx')
-rw-r--r--pyuno/source/module/pyuno_struct.cxx4
1 files changed, 2 insertions, 2 deletions
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;