From 7825ad6d1ac979689ac79d6497079aec36c6ae4b Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sun, 2 Mar 2014 23:58:28 +0100 Subject: Fixed includes for tools. (bzr r13097) --- src/widgets/lpe-toolbar.cpp | 51 +++++++++++++-------------------------------- 1 file changed, 15 insertions(+), 36 deletions(-) (limited to 'src/widgets/lpe-toolbar.cpp') diff --git a/src/widgets/lpe-toolbar.cpp b/src/widgets/lpe-toolbar.cpp index 559f3fc3c..e9e5af912 100644 --- a/src/widgets/lpe-toolbar.cpp +++ b/src/widgets/lpe-toolbar.cpp @@ -29,50 +29,29 @@ #endif #include "live_effects/lpe-line_segment.h" - -#include "toolbox.h" #include "lpe-toolbar.h" - -#include "../desktop.h" -#include "../desktop-handles.h" +#include "connection-pool.h" +#include "desktop-handles.h" +#include "desktop.h" #include "document-undo.h" -#include "../verbs.h" -#include "../inkscape.h" -#include "../connection-pool.h" -#include "../selection-chemistry.h" -#include "../selection.h" -#include "../ege-adjustment-action.h" -#include "../ege-output-action.h" -#include "../ege-select-one-action.h" -#include "../ink-action.h" -#include "../ink-comboboxentry-action.h" -#include "../widgets/button.h" -#include "../widgets/spinbutton-events.h" -#include "ui/widget/spinbutton.h" -#include "../widgets/spw-utilities.h" -#include "../widgets/widget-sizes.h" -#include "../xml/node-event-vector.h" -#include "../xml/repr.h" -#include "ui/uxmanager.h" -#include "../ui/icon-names.h" -#include "../helper/action.h" -#include "../helper/action-context.h" -#include "util/units.h" -#include "ui/widget/unit-tracker.h" -#include "ui/tools/pen-tool.h" -#include "../sp-namedview.h" -#include "../tools-switch.h" -#include "../live_effects/effect.h" -#include "../live_effects/lpe-angle_bisector.h" +#include "ege-select-one-action.h" +#include "helper/action-context.h" +#include "helper/action.h" +#include "ink-action.h" +#include "live_effects/effect.h" +#include "preferences.h" +#include "selection.h" +#include "sp-namedview.h" +#include "tools-switch.h" #include "ui/tools/lpe-tool.h" +#include "ui/widget/unit-tracker.h" +#include "util/units.h" +#include "verbs.h" using Inkscape::UI::Widget::UnitTracker; using Inkscape::Util::Unit; using Inkscape::Util::Quantity; -using Inkscape::UI::UXManager; using Inkscape::DocumentUndo; -using Inkscape::UI::ToolboxFactory; -using Inkscape::UI::PrefPusher; using Inkscape::UI::Tools::ToolBase; using Inkscape::UI::Tools::LpeTool; -- cgit v1.2.3