diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-06-05 12:34:43 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-06-05 12:34:43 +0000 |
| commit | c21611294dea99e78017f770feb78684573cce89 (patch) | |
| tree | 6a5c9ee15556f36277a47c015b8f46a34e8f6c27 /src/box3d-context.cpp | |
| parent | Allow angle measurement base to be changed by tapping space. (diff) | |
| download | inkscape-c21611294dea99e78017f770feb78684573cce89.tar.gz inkscape-c21611294dea99e78017f770feb78684573cce89.zip | |
Header cleaning for GTK+3 migration
(bzr r11460)
Diffstat (limited to '')
| -rw-r--r-- | src/box3d-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index 5a94e3c68..72bcc5d8f 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -29,6 +29,7 @@ #include "desktop-handles.h" #include "snap.h" #include "display/curve.h" +#include "display/sp-canvas-item.h" #include "desktop.h" #include "message-context.h" #include "pixmaps/cursor-3dbox.xpm" @@ -36,7 +37,6 @@ #include "box3d-context.h" #include "sp-metrics.h" #include <glibmm/i18n.h> -#include "object-edit.h" #include "xml/repr.h" #include "xml/node-event-vector.h" #include "preferences.h" |
