summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/croco-node-iface.h2
-rw-r--r--src/xml/repr-css.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/croco-node-iface.h b/src/xml/croco-node-iface.h
index bfac85e04..2e035c31f 100644
--- a/src/xml/croco-node-iface.h
+++ b/src/xml/croco-node-iface.h
@@ -1,7 +1,7 @@
#ifndef INKSCAPE_SP_REPR_NODE_IFACE_H
#define INKSCAPE_SP_REPR_NODE_IFACE_H
-#include <libcroco/cr-node-iface.h>
+#include <3rdparty/libcroco/cr-node-iface.h>
namespace Inkscape {
namespace XML {
diff --git a/src/xml/repr-css.cpp b/src/xml/repr-css.cpp
index 11c8bcf60..63ad05e04 100644
--- a/src/xml/repr-css.cpp
+++ b/src/xml/repr-css.cpp
@@ -24,7 +24,7 @@
#include <glibmm/ustring.h>
-#include "libcroco/cr-declaration.h"
+#include "3rdparty/libcroco/cr-declaration.h"
#include "svg/css-ostringstream.h"