From e4a6c1b52c721147bbda48d623879178a89b7b62 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sun, 29 Apr 2018 14:35:15 +0200 Subject: moved libcroco, libuemf, libdepixelize to 3rdparty folder --- src/xml/croco-node-iface.h | 2 +- src/xml/repr-css.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xml') 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 +#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 -#include "libcroco/cr-declaration.h" +#include "3rdparty/libcroco/cr-declaration.h" #include "svg/css-ostringstream.h" -- cgit v1.2.3