diff options
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/verbs.h b/src/verbs.h index 364a9a598..7c16ff530 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -21,10 +21,18 @@ #include <string.h> #include "config.h" #include "require-config.h" /* HAVE_GTK_WINDOW_FULLSCREEN */ -#include "forward.h" #include <glibmm/ustring.h> struct SPAction; +class SPDocument; + +namespace Inkscape { +namespace UI { +namespace View { +class View; +} // namespace View +} // namespace UI +} // namespace Inkscape /** \brief This anonymous enum is used to provide a list of the Verbs which are defined staticly in the verb files. There may be |
