Kaydet (Commit) 60fbe509 authored tarafından Burcin Akalin's avatar Burcin Akalin Kaydeden (comit) Michael Meeks

tdf#95416 Get rid of #include "../foo/bar.hxx" style includes

Change-Id: If7b44c772744c63e603740be6267453118cfd01b
Signed-off-by: 's avatarBurcin Akalin <brcnakalin@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/21937Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst c6e8c96d
......@@ -74,4 +74,9 @@ $(eval $(call gb_Library_add_exception_objects,unoxml,\
unoxml/source/service/services \
))
$(eval $(call gb_Library_set_include,unoxml,\
-I$(SRCDIR)/unoxml/inc \
$$(INCLUDE) \
))
# vim: set noet sw=4 ts=4:
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_UNOXML_SOURCE_DOM_NODE_HXX
#define INCLUDED_UNOXML_SOURCE_DOM_NODE_HXX
#ifndef INCLUDED_UNOXML_INC_NODE_HXX
#define INCLUDED_UNOXML_INC_NODE_HXX
#include <libxml/tree.h>
......@@ -329,6 +329,6 @@ namespace DOM
void nscleanup(const xmlNodePtr aNode, const xmlNodePtr aParent);
}
#endif
#endif // INCLUDED_UNOXML_INC_NODE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -29,7 +29,7 @@
#include <cppuhelper/implbase.hxx>
#include "../dom/node.hxx"
#include "node.hxx"
namespace DOM {namespace events
{
......
......@@ -32,7 +32,7 @@
#include <nodelist.hxx>
#include <xpathobject.hxx>
#include "../dom/node.hxx"
#include "node.hxx"
#include "../dom/document.hxx"
#include <cppuhelper/supportsservice.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment