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/select-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 'src/select-context.cpp')
| -rw-r--r-- | src/select-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp index ec90d3e53..06662d1e7 100644 --- a/src/select-context.cpp +++ b/src/select-context.cpp @@ -25,7 +25,6 @@ #include "document.h" #include "document-undo.h" #include "selection.h" -#include "seltrans-handles.h" #include "sp-cursor.h" #include "pixmaps/cursor-select-m.xpm" #include "pixmaps/cursor-select-d.xpm" @@ -47,6 +46,7 @@ #include "seltrans.h" #include "box3d.h" #include "display/sp-canvas.h" +#include "display/sp-canvas-item.h" #include "display/drawing-item.h" #if !GTK_CHECK_VERSION(2,22,0) |
