summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/odma/odma_content.cxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 01:08:54 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 01:08:54 +0100
commit24e2c22d043a9f1ceec3636db6ab410fa145e90e (patch)
tree6cfdefbe51aede30caa19d82eeb3ff4d39dd9d01 /ucb/source/ucp/odma/odma_content.cxx
parent2d29361dbe8f9b0ee5a55b83aa04382585582c7f (diff)
Little header order tweak
Diffstat (limited to 'ucb/source/ucp/odma/odma_content.cxx')
-rwxr-xr-xucb/source/ucp/odma/odma_content.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/odma/odma_content.cxx b/ucb/source/ucp/odma/odma_content.cxx
index 7eae232e8e67..430ecd1a0dac 100755
--- a/ucb/source/ucp/odma/odma_content.cxx
+++ b/ucb/source/ucp/odma/odma_content.cxx
@@ -29,11 +29,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx"
-#ifdef WNT
-#include <windows.h>
-#endif
#include <osl/diagnose.h>
-#include "odma_contentprops.hxx"
#include <com/sun/star/ucb/XDynamicResultSet.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>
@@ -56,7 +52,11 @@
#include <com/sun/star/io/XActiveDataStreamer.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
+#ifdef WNT
+#include <windows.h>
+#endif
#include "odma_content.hxx"
+#include "odma_contentprops.hxx"
#include "odma_provider.hxx"
#include "odma_resultset.hxx"
#include "odma_inputstream.hxx"