summaryrefslogtreecommitdiff
path: root/unoxml/source/events
diff options
context:
space:
mode:
authorBurcin Akalin <brcnakalin@gmail.com>2016-01-30 17:50:41 +0200
committerMichael Meeks <michael.meeks@collabora.com>2016-05-01 10:18:20 +0000
commit60fbe5099bb174039a9d9b397477607c9be50e78 (patch)
treeac2c3a42a3ea2f98da1240b95062232d679ff98b /unoxml/source/events
parentc6e8c96d50fc2082a3c4b9553196a42bbdd6df37 (diff)
tdf#95416 Get rid of #include "../foo/bar.hxx" style includes
Change-Id: If7b44c772744c63e603740be6267453118cfd01b Signed-off-by: Burcin Akalin <brcnakalin@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/21937 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'unoxml/source/events')
-rw-r--r--unoxml/source/events/event.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/events/event.hxx b/unoxml/source/events/event.hxx
index 472caa46dc3d..929416838dea 100644
--- a/unoxml/source/events/event.hxx
+++ b/unoxml/source/events/event.hxx
@@ -29,7 +29,7 @@
#include <cppuhelper/implbase.hxx>
-#include "../dom/node.hxx"
+#include "node.hxx"
namespace DOM {namespace events
{