summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2015-02-25 22:24:47 +0000
committerLiam P. White <inkscapebrony@gmail.com>2015-02-25 22:24:47 +0000
commit5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18 (patch)
treebabbe1ec041ee27dc0885e5d15a0e135de49e24a /src/util
parentRemove useless file (diff)
downloadinkscape-5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18.tar.gz
inkscape-5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18.zip
Isolate components of libgc
(bzr r13946)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/list.h2
-rw-r--r--src/util/share.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/util/list.h b/src/util/list.h
index de5a458e9..05a35320d 100644
--- a/src/util/list.h
+++ b/src/util/list.h
@@ -12,7 +12,7 @@
#include <cstddef>
#include <iterator>
-#include "gc-managed.h"
+#include "libgc/gc-managed.h"
#include "util/reference.h"
namespace Inkscape {
diff --git a/src/util/share.h b/src/util/share.h
index 6b5e6a4ef..46685c593 100644
--- a/src/util/share.h
+++ b/src/util/share.h
@@ -12,7 +12,7 @@
#ifndef SEEN_INKSCAPE_UTIL_SHARE_H
#define SEEN_INKSCAPE_UTIL_SHARE_H
-#include "gc-core.h"
+#include "libgc/gc-core.h"
#include <cstring>
#include <cstddef>