summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-12 13:43:17 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-12 13:43:17 +0000
commitcd1cf32a2792f8eaf99a90e326a7430b9b842552 (patch)
tree7dc818161f74be4598a640e4491b71d166f19d9f /src/desktop-events.cpp
parentRefresh marshallers for mingw (diff)
downloadinkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.tar.gz
inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.zip
Header cleaning
(bzr r10963)
Diffstat (limited to 'src/desktop-events.cpp')
-rw-r--r--src/desktop-events.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp
index 36294f824..923b15a88 100644
--- a/src/desktop-events.cpp
+++ b/src/desktop-events.cpp
@@ -21,6 +21,7 @@
#include <2geom/angle.h>
#include <glibmm/i18n.h>
+#include "ui/dialog/guides.h"
#include "desktop.h"
#include "desktop-handles.h"
#include "dialogs/dialog-events.h"
@@ -29,6 +30,7 @@
#include "display/guideline.h"
#include "display/snap-indicator.h"
#include "document.h"
+#include "document-undo.h"
#include "event-context.h"
#include "helper/action.h"
#include "helper/unit-menu.h"
@@ -40,7 +42,7 @@
#include "sp-metrics.h"
#include "sp-namedview.h"
#include "tools-switch.h"
-#include "ui/dialog/guides.h"
+#include "verbs.h"
#include "widgets/desktop-widget.h"
#include "xml/repr.h"