diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
| commit | cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 (patch) | |
| tree | a2cc09e750a94433c9a90052474ea7a6889ec6b5 /src/sp-item-notify-moveto.h | |
| parent | Cleaned up display-forward.h, including many redundant usages. (diff) | |
| download | inkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.tar.gz inkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.zip | |
Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all).
(bzr r10667)
Diffstat (limited to 'src/sp-item-notify-moveto.h')
| -rw-r--r-- | src/sp-item-notify-moveto.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/sp-item-notify-moveto.h b/src/sp-item-notify-moveto.h index 1e6ff2854..ec47508dd 100644 --- a/src/sp-item-notify-moveto.h +++ b/src/sp-item-notify-moveto.h @@ -1,13 +1,14 @@ -#ifndef __SP_ITEM_NOTIFY_MOVETO_H__ -#define __SP_ITEM_NOTIFY_MOVETO_H__ +#ifndef SEEN_SP_ITEM_NOTIFY_MOVETO_H +#define SEEN_SP_ITEM_NOTIFY_MOVETO_H -#include <forward.h> +class SPItem; +class SPGuide; void sp_item_notify_moveto(SPItem &item, SPGuide const &g, int const snappoint_ix, double position, bool const commit); -#endif /* !__SP_ITEM_NOTIFY_MOVETO_H__ */ +#endif // SEEN_SP_ITEM_NOTIFY_MOVETO_H /* |
