diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 22:24:47 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 22:24:47 +0000 |
| commit | 5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18 (patch) | |
| tree | babbe1ec041ee27dc0885e5d15a0e135de49e24a /src/ui/clipboard.cpp | |
| parent | Remove useless file (diff) | |
| download | inkscape-5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18.tar.gz inkscape-5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18.zip | |
Isolate components of libgc
(bzr r13946)
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 5802a1be3..f1c19d18e 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -32,7 +32,7 @@ #include <glibmm/ustring.h> #include <glibmm/i18n.h> #include <glib/gstdio.h> // for g_file_set_contents etc., used in _onGet and paste -#include "gc-core.h" +#include "libgc/gc-core.h" #include "xml/repr.h" #include "inkscape.h" #include "io/stringstream.h" |
