[ooo-build-commit] .: 2 commits - unoxml/source
David Tardon
dtardon at kemper.freedesktop.org
Wed Oct 6 00:58:42 PDT 2010
unoxml/source/rdf/librdf_repository.cxx | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
New commits:
commit 414fa4b47e975b435fc6abda593248928bc173fc
Author: David Tardon <dtardon at redhat.com>
Date: Wed Oct 6 09:58:34 2010 +0200
remove duplicate includes
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index 106b4bc..e5e78b4 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>
/**
commit 31356d06ee3a16b175e5f997283a430db91ba0d7
Author: David Tardon <dtardon at redhat.com>
Date: Wed Oct 6 09:56:29 2010 +0200
include redland.h instead of librdf.h
Oh, how I love non-self-contained headers!
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index 3d2acf0..106b4bc 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -39,7 +39,7 @@
#include <boost/shared_array.hpp>
#include <boost/bind.hpp>
-#include <librdf.h>
+#include <redland.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
More information about the ooo-build-commit
mailing list