diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 13:43:17 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 13:43:17 +0000 |
| commit | cd1cf32a2792f8eaf99a90e326a7430b9b842552 (patch) | |
| tree | 7dc818161f74be4598a640e4491b71d166f19d9f /src/knotholder.cpp | |
| parent | Refresh marshallers for mingw (diff) | |
| download | inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.tar.gz inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.zip | |
Header cleaning
(bzr r10963)
Diffstat (limited to 'src/knotholder.cpp')
| -rw-r--r-- | src/knotholder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/knotholder.cpp b/src/knotholder.cpp index 10d03982c..91013ad2e 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -15,6 +15,7 @@ #include <glibmm/i18n.h> #include "document.h" +#include "document-undo.h" #include "sp-shape.h" #include "knot.h" #include "knotholder.h" @@ -34,6 +35,7 @@ #include "live_effects/effect.h" #include "desktop.h" #include "display/sp-canvas.h" +#include "verbs.h" #include "xml/repr.h" // for debugging only |
