summaryrefslogtreecommitdiffstats
path: root/src/widgets/dropper-toolbar.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-04 02:23:52 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-03-04 02:23:52 +0000
commitd627dc64423f864c9320c73a52b47836c696bceb (patch)
tree6dd2947cf2adc65ae0afb361e081a1fd0ae31928 /src/widgets/dropper-toolbar.cpp
parentFixed path color when changed by Objects Dialog (diff)
parentRemove dom/* code and replace two uses of dom/uri with uri. (diff)
downloadinkscape-d627dc64423f864c9320c73a52b47836c696bceb.tar.gz
inkscape-d627dc64423f864c9320c73a52b47836c696bceb.zip
Merge to trunk
(bzr r13090.1.12)
Diffstat (limited to 'src/widgets/dropper-toolbar.cpp')
-rw-r--r--src/widgets/dropper-toolbar.cpp34
1 files changed, 5 insertions, 29 deletions
diff --git a/src/widgets/dropper-toolbar.cpp b/src/widgets/dropper-toolbar.cpp
index 991489b86..478d0c1a4 100644
--- a/src/widgets/dropper-toolbar.cpp
+++ b/src/widgets/dropper-toolbar.cpp
@@ -28,40 +28,16 @@
# include "config.h"
#endif
-#include "ui/widget/spinbutton.h"
#include <glibmm/i18n.h>
-#include "toolbox.h"
-#include "dropper-toolbar.h"
-#include "../desktop.h"
-#include "../document-private.h"
+#include "dropper-toolbar.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 "ege-output-action.h"
+#include "ink-action.h"
+#include "preferences.h"
+#include "widgets/spinbutton-events.h"
-#include "../widgets/button.h"
-#include "../widgets/spinbutton-events.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 "ui/tools/pen-tool.h"
-#include "../tools-switch.h"
-
-using Inkscape::UI::UXManager;
using Inkscape::DocumentUndo;
-using Inkscape::UI::ToolboxFactory;
-using Inkscape::UI::PrefPusher;
-
//########################
//## Dropper ##