summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf/librdf_repository.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2010-10-06 09:58:34 +0200
committerDavid Tardon <dtardon@redhat.com>2010-10-06 09:58:34 +0200
commit7d5fc9037287286857aa8506df1c661667ca0b41 (patch)
treead986bdbe12af213b7406b312e2a48be570573b5 /unoxml/source/rdf/librdf_repository.cxx
parentd772f4cada5c0b78299c2d7f178504ce283b49e3 (diff)
remove duplicate includes
Diffstat (limited to 'unoxml/source/rdf/librdf_repository.cxx')
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index 329c96e0ae35..aaf911cc393b 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -39,6 +39,8 @@
#include <boost/shared_array.hpp>
#include <boost/bind.hpp>
+#include <libxslt/security.h>
+
#include <redland.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -64,19 +66,6 @@
#include <comphelper/stlunosequence.hxx>
#include <comphelper/sequenceasvector.hxx>
#include <comphelper/makesequence.hxx>
-#include <librdf.h>
-#include <libxslt/security.h>
-
-#include <boost/utility.hpp>
-#include <boost/shared_ptr.hpp>
-#include <boost/shared_array.hpp>
-#include <boost/bind.hpp>
-
-#include <map>
-#include <functional>
-#include <algorithm>
-
-#include <string.h>
/**