summaryrefslogtreecommitdiffstats
path: root/src/widgets/box3d-toolbar.cpp
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-07-17 04:25:40 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-07-17 04:25:40 +0000
commitc28e6d2bdeb2983698a4e4789de15570e0f3d161 (patch)
tree69f70f261d802543b3ecd92798fd26723f528a8c /src/widgets/box3d-toolbar.cpp
parentPorted "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp" (diff)
downloadinkscape-c28e6d2bdeb2983698a4e4789de15570e0f3d161.tar.gz
inkscape-c28e6d2bdeb2983698a4e4789de15570e0f3d161.zip
Fixed conversion factors and missed unit include removal.
(bzr r12380.1.12)
Diffstat (limited to 'src/widgets/box3d-toolbar.cpp')
-rw-r--r--src/widgets/box3d-toolbar.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/widgets/box3d-toolbar.cpp b/src/widgets/box3d-toolbar.cpp
index e8b330375..2d40b996b 100644
--- a/src/widgets/box3d-toolbar.cpp
+++ b/src/widgets/box3d-toolbar.cpp
@@ -58,16 +58,11 @@
#include "../ui/icon-names.h"
-#include "../helper/unit-menu.h"
-#include "../helper/units.h"
-#include "../helper/unit-tracker.h"
-
#include "../pen-context.h"
#include "../box3d-context.h"
#include "../box3d.h"
-using Inkscape::UnitTracker;
using Inkscape::UI::UXManager;
using Inkscape::DocumentUndo;
using Inkscape::UI::ToolboxFactory;