summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-07-19 18:22:11 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-07-19 18:22:11 +0000
commit180129cb81a37d222ab8fb3bd0446d043324ba2e (patch)
tree213f8f4aa24560dff8055feaa257fc327b036212 /src
parentRemoved "helper/unit-menu.h" and "helper/units.h" from "desktop-events.cpp". (diff)
downloadinkscape-180129cb81a37d222ab8fb3bd0446d043324ba2e.tar.gz
inkscape-180129cb81a37d222ab8fb3bd0446d043324ba2e.zip
Removed "helper/unit-menu.h" and "helper/units.h" from "flood-context.h".
(bzr r12380.1.32)
Diffstat (limited to 'src')
-rw-r--r--src/flood-context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flood-context.h b/src/flood-context.h
index 3e81cd01e..810a3b48f 100644
--- a/src/flood-context.h
+++ b/src/flood-context.h
@@ -15,8 +15,6 @@
#include <sigc++/sigc++.h>
#include <gtk/gtk.h>
#include "event-context.h"
-#include "helper/unit-menu.h"
-#include "helper/units.h"
#define SP_TYPE_FLOOD_CONTEXT (sp_flood_context_get_type ())
#define SP_FLOOD_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SP_TYPE_FLOOD_CONTEXT, SPFloodContext))