Code

Fix bug #1077600 -> correct mirroring and no drifting of origin
[inkscape.git] / src / shortcuts.h
index 8ce0f7685656eb0c678341d6e24e030da6998402..5119851c9c79390438628df49332c0a154d4feb6 100644 (file)
  * This code is in public domain
  */
 
-#include <forward.h>
-
+namespace Inkscape {
+    class Verb;
+    namespace UI {
+        namespace View {
+            class View;
+        }
+    }
+}
 
 /* We define high-bit mask for packing into single int */