diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-02 23:02:01 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-02 23:02:01 +0000 |
| commit | d1bf698001f165f0c39cfbb9dddba1ac66a69b9a (patch) | |
| tree | 3e97d49e2eafef6cc25a5bf5f0e2d7302752ead8 /src/widgets/measure-toolbar.cpp | |
| parent | update to trunk (diff) | |
| parent | Fixed includes for tools. (diff) | |
| download | inkscape-d1bf698001f165f0c39cfbb9dddba1ac66a69b9a.tar.gz inkscape-d1bf698001f165f0c39cfbb9dddba1ac66a69b9a.zip | |
update to trunk
(bzr r11950.1.268)
Diffstat (limited to 'src/widgets/measure-toolbar.cpp')
| -rw-r--r-- | src/widgets/measure-toolbar.cpp | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/src/widgets/measure-toolbar.cpp b/src/widgets/measure-toolbar.cpp index a75dd7600..46d3bd4e0 100644 --- a/src/widgets/measure-toolbar.cpp +++ b/src/widgets/measure-toolbar.cpp @@ -28,37 +28,20 @@ # include "config.h" #endif -#include "ui/widget/spinbutton.h" #include <glibmm/i18n.h> -#include "toolbox.h" -#include "measure-toolbar.h" -#include "../desktop.h" -#include "../desktop-handles.h" +#include "measure-toolbar.h" +#include "desktop-handles.h" +#include "desktop.h" #include "document-undo.h" -#include "../verbs.h" -#include "../inkscape.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 "../widgets/spw-utilities.h" -#include "../widgets/widget-sizes.h" -#include "../xml/repr.h" -#include "ui/uxmanager.h" -#include "../ui/icon-names.h" -#include "ui/tools/pen-tool.h" -#include "../sp-namedview.h" +#include "ege-adjustment-action.h" +#include "ege-output-action.h" +#include "preferences.h" +#include "toolbox.h" #include "ui/widget/unit-tracker.h" using Inkscape::UI::Widget::UnitTracker; using Inkscape::Util::Unit; -using Inkscape::UI::UXManager; using Inkscape::DocumentUndo; using Inkscape::UI::ToolboxFactory; using Inkscape::UI::PrefPusher; |
