summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2015-02-26 02:49:35 +0000
committerLiam P. White <inkscapebrony@gmail.com>2015-02-26 02:49:35 +0000
commit3b0e6ebad7223a61510fad03e241ceadfae961f0 (patch)
tree4531733cf97449b1ee0fd394ec9b51bd59a44de6 /src/xml
parentwhoops (diff)
downloadinkscape-3b0e6ebad7223a61510fad03e241ceadfae961f0.tar.gz
inkscape-3b0e6ebad7223a61510fad03e241ceadfae961f0.zip
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
(bzr r13950)
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/attribute-record.h2
-rw-r--r--src/xml/composite-node-observer.h2
-rw-r--r--src/xml/event.h2
-rw-r--r--src/xml/log-builder.h2
-rw-r--r--src/xml/subtree.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/xml/attribute-record.h b/src/xml/attribute-record.h
index 70691005e..7caeab6b6 100644
--- a/src/xml/attribute-record.h
+++ b/src/xml/attribute-record.h
@@ -6,7 +6,7 @@
#define SEEN_XML_SP_REPR_ATTR_H
#include <glib.h>
-#include "libgc/gc-managed.h"
+#include "inkgc/gc-managed.h"
#include "util/share.h"
#define SP_REPR_ATTRIBUTE_KEY(a) g_quark_to_string((a)->key)
diff --git a/src/xml/composite-node-observer.h b/src/xml/composite-node-observer.h
index 968fe20dd..6e93a57da 100644
--- a/src/xml/composite-node-observer.h
+++ b/src/xml/composite-node-observer.h
@@ -15,7 +15,7 @@
#ifndef SEEN_INKSCAPE_XML_COMPOSITE_NODE_OBSERVER_H
#define SEEN_INKSCAPE_XML_COMPOSITE_NODE_OBSERVER_H
-#include "libgc/gc-managed.h"
+#include "inkgc/gc-managed.h"
#include "xml/node-observer.h"
#include "util/list-container.h"
diff --git a/src/xml/event.h b/src/xml/event.h
index bc63ca504..73e68daeb 100644
--- a/src/xml/event.h
+++ b/src/xml/event.h
@@ -24,7 +24,7 @@ typedef unsigned int GQuark;
#include <iterator>
#include "util/share.h"
#include "util/forward-pointer-iterator.h"
-#include "libgc/gc-managed.h"
+#include "inkgc/gc-managed.h"
#include "xml/node.h"
namespace Inkscape {
diff --git a/src/xml/log-builder.h b/src/xml/log-builder.h
index e27a5e5ac..e94dd1daa 100644
--- a/src/xml/log-builder.h
+++ b/src/xml/log-builder.h
@@ -14,7 +14,7 @@
#ifndef SEEN_INKSCAPE_XML_LOG_BUILDER_H
#define SEEN_INKSCAPE_XML_LOG_BUILDER_H
-#include "libgc/gc-managed.h"
+#include "inkgc/gc-managed.h"
#include "xml/node-observer.h"
namespace Inkscape {
diff --git a/src/xml/subtree.h b/src/xml/subtree.h
index 7b154bd65..bc6ae913a 100644
--- a/src/xml/subtree.h
+++ b/src/xml/subtree.h
@@ -15,7 +15,7 @@
#ifndef SEEN_INKSCAPE_XML_SUBTREE_H
#define SEEN_INKSCAPE_XML_SUBTREE_H
-#include "libgc/gc-managed.h"
+#include "inkgc/gc-managed.h"
#include "xml/composite-node-observer.h"
namespace Inkscape {