summaryrefslogtreecommitdiffstats
path: root/src/tools-switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools-switch.h')
-rw-r--r--src/tools-switch.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/tools-switch.h b/src/tools-switch.h
index 4cc9aa93d..9765def92 100644
--- a/src/tools-switch.h
+++ b/src/tools-switch.h
@@ -12,7 +12,11 @@
#ifndef SEEN_TOOLS_SWITCH_H
#define SEEN_TOOLS_SWITCH_H
-#include <forward.h>
+class SPDesktop;
+class SPItem;
+namespace Geom {
+class Point;
+}
enum {
TOOLS_INVALID,
@@ -31,6 +35,7 @@ enum {
TOOLS_TEXT,
TOOLS_GRADIENT,
TOOLS_ZOOM,
+ TOOLS_MEASURE,
TOOLS_DROPPER,
TOOLS_CONNECTOR,
TOOLS_PAINTBUCKET,
@@ -43,7 +48,7 @@ int tools_active(SPDesktop *dt);
void tools_switch(SPDesktop *dt, int num);
void tools_switch_by_item (SPDesktop *dt, SPItem *item, Geom::Point const p);
-#endif /* !SEEN_TOOLS_SWITCH_H */
+#endif // !SEEN_TOOLS_SWITCH_H
/*
Local Variables: