summaryrefslogtreecommitdiff
path: root/unoxml/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-23 19:20:07 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-09 10:33:17 +0100
commit1141f72f927068f700854c4f311993551587f608 (patch)
tree5365e30b7d5a33879d5205b21cfc07be42e03378 /unoxml/inc
parentf31accb05a1c7064a7e586ffec8f283b6ff4787e (diff)
tdf#42949 Fix IWYU warnings in unoxml/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I4457153dc4f2bfe932488b1c6e3af3cff58cb150 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85787 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'unoxml/inc')
-rw-r--r--unoxml/inc/event.hxx2
-rw-r--r--unoxml/inc/eventdispatcher.hxx3
-rw-r--r--unoxml/inc/node.hxx1
3 files changed, 0 insertions, 6 deletions
diff --git a/unoxml/inc/event.hxx b/unoxml/inc/event.hxx
index 598f8702e985..d024ea9ce5b9 100644
--- a/unoxml/inc/event.hxx
+++ b/unoxml/inc/event.hxx
@@ -29,8 +29,6 @@
#include <cppuhelper/implbase.hxx>
-#include "node.hxx"
-
namespace DOM {namespace events
{
class CEvent : public cppu::WeakImplHelper< css::xml::dom::events::XEvent >
diff --git a/unoxml/inc/eventdispatcher.hxx b/unoxml/inc/eventdispatcher.hxx
index be6a7206e7cb..10bcb0a440c4 100644
--- a/unoxml/inc/eventdispatcher.hxx
+++ b/unoxml/inc/eventdispatcher.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_UNOXML_INC_EVENTDISPATCHER_HXX
#include <map>
-#include <vector>
#include <libxml/tree.h>
@@ -29,8 +28,6 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/xml/dom/XNode.hpp>
-#include <com/sun/star/xml/dom/events/EventType.hpp>
-#include <com/sun/star/xml/dom/events/PhaseType.hpp>
#include <com/sun/star/xml/dom/events/XEvent.hpp>
namespace osl { class Mutex; }
diff --git a/unoxml/inc/node.hxx b/unoxml/inc/node.hxx
index 3637c47cd004..a6fae4ac2745 100644
--- a/unoxml/inc/node.hxx
+++ b/unoxml/inc/node.hxx
@@ -40,7 +40,6 @@
#include <com/sun/star/xml/dom/NodeType.hpp>
#include <com/sun/star/xml/dom/events/XEventTarget.hpp>
#include <com/sun/star/xml/dom/events/XEvent.hpp>
-#include <com/sun/star/xml/dom/DOMException.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/xml/sax/XFastDocumentHandler.hpp>