summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-13 13:12:45 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-13 13:12:45 +0000
commit9d5529ca1b43a144f825fc58d6aa37911a4ac7f6 (patch)
treeb0b673d17c9c60393f0b91ecb0d9ee89edb7ad3d /src/widgets/toolbox.cpp
parentPrinting. Fix for Bug #264831 (Print settings not persistent). (diff)
downloadinkscape-9d5529ca1b43a144f825fc58d6aa37911a4ac7f6.tar.gz
inkscape-9d5529ca1b43a144f825fc58d6aa37911a4ac7f6.zip
Fix build
(bzr r13510)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 939546f78..c7d72f0b8 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -39,35 +39,35 @@
#include <gtkmm/toolitem.h>
#include <glibmm/i18n.h>
-#include "../desktop.h"
-#include "../desktop-handles.h"
-#include "../desktop-style.h"
+#include "desktop.h"
+#include "desktop-handles.h"
+#include "desktop-style.h"
#include "document-undo.h"
-#include "../ege-adjustment-action.h"
-#include "../ege-output-action.h"
-#include "../ege-select-one-action.h"
-#include "../graphlayout.h"
-#include "../helper/action.h"
-#include "../helper/action-context.h"
+#include "ege-adjustment-action.h"
+#include "ege-output-action.h"
+#include "ege-select-one-action.h"
+#include "graphlayout.h"
+#include "helper/action.h"
+#include "helper/action-context.h"
#include "icon.h"
-#include "../ink-action.h"
-#include "../ink-comboboxentry-action.h"
-#include "../inkscape.h"
-#include "../interface.h"
-#include "../shortcuts.h"
-#include "../sp-namedview.h"
-#include "../tools-switch.h"
-#include "../ui/icon-names.h"
-#include "../ui/widget/style-swatch.h"
-#include "../verbs.h"
-#include "../widgets/button.h"
-#include "../widgets/spinbutton-events.h"
+#include "ink-action.h"
+#include "ink-comboboxentry-action.h"
+#include "inkscape.h"
+#include "interface.h"
+#include "shortcuts.h"
+#include "sp-namedview.h"
+#include "tools-switch.h"
+#include "ui/icon-names.h"
+#include "ui/widget/style-swatch.h"
+#include "verbs.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/attribute-record.h"
-#include "../xml/node-event-vector.h"
-#include "../xml/repr.h"
+#include "widgets/spw-utilities.h"
+#include "widgets/widget-sizes.h"
+#include "xml/attribute-record.h"
+#include "xml/node-event-vector.h"
+#include "xml/repr.h"
#include "ui/uxmanager.h"