diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-07-17 00:42:12 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-07-17 00:42:12 +0000 |
| commit | 64bc8cf145b55d33469ef1b84e18ca8df580eda8 (patch) | |
| tree | d6d0b74922631e991bccc052edeb7b42b908bbda /src/widgets/connector-toolbar.cpp | |
| parent | Added new UnitTracker class. (diff) | |
| download | inkscape-64bc8cf145b55d33469ef1b84e18ca8df580eda8.tar.gz inkscape-64bc8cf145b55d33469ef1b84e18ca8df580eda8.zip | |
Removed unused unit includes.
(bzr r12380.1.10)
Diffstat (limited to 'src/widgets/connector-toolbar.cpp')
| -rw-r--r-- | src/widgets/connector-toolbar.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/connector-toolbar.cpp b/src/widgets/connector-toolbar.cpp index 7c72f8e0c..293f1184d 100644 --- a/src/widgets/connector-toolbar.cpp +++ b/src/widgets/connector-toolbar.cpp @@ -55,9 +55,6 @@ #include "../xml/repr.h" #include "ui/uxmanager.h" #include "../ui/icon-names.h" -#include "../helper/unit-menu.h" -#include "../helper/units.h" -#include "../helper/unit-tracker.h" #include "../pen-context.h" #include "../sp-namedview.h" #include "../conn-avoid-ref.h" @@ -66,7 +63,6 @@ #include "../sp-path.h" -using Inkscape::UnitTracker; using Inkscape::UI::UXManager; using Inkscape::DocumentUndo; using Inkscape::UI::ToolboxFactory; |
