summaryrefslogtreecommitdiffstats
path: root/src/selection.h
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/selection.h
parentRemove useless file (diff)
downloadinkscape-5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18.tar.gz
inkscape-5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18.zip
Isolate components of libgc
(bzr r13946)
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection.h b/src/selection.h
index 5964b20e8..e8c85241e 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -19,10 +19,10 @@
#include <stddef.h>
#include <sigc++/sigc++.h>
-#include "gc-managed.h"
+#include "libgc/gc-managed.h"
#include "gc-finalized.h"
#include "gc-anchored.h"
-#include "gc-soft-ptr.h"
+#include "libgc/gc-soft-ptr.h"
#include "sp-item.h"