diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 05:43:09 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 05:43:09 +0000 |
| commit | 23ea206a1348414f67fee482f63a69b1d90b0df6 (patch) | |
| tree | 59963d707033bbb5e58e70e9a75415c26aff3ad0 /src/helper/action.h | |
| parent | Fixed mismatched quotes that confused Doxygen. (diff) | |
| download | inkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.tar.gz inkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.zip | |
Purging some forward.h files.
(bzr r10664)
Diffstat (limited to 'src/helper/action.h')
| -rw-r--r-- | src/helper/action.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/helper/action.h b/src/helper/action.h index 7e4da3312..e7c799992 100644 --- a/src/helper/action.h +++ b/src/helper/action.h @@ -14,9 +14,11 @@ #include <sigc++/sigc++.h> #include <glibmm/ustring.h> -#include "helper/helper-forward.h" #include "forward.h" +struct SPAction; +struct SPActionClass; + #define SP_TYPE_ACTION (sp_action_get_type()) #define SP_ACTION(o) (G_TYPE_CHECK_INSTANCE_CAST((o), SP_TYPE_ACTION, SPAction)) #define SP_ACTION_CLASS(o) (G_TYPE_CHECK_CLASS_CAST((o), SP_TYPE_ACTION, SPActionClass)) |
