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/path-chemistry.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/path-chemistry.h')
| -rw-r--r-- | src/path-chemistry.h | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/src/path-chemistry.h b/src/path-chemistry.h index 03adeeff9..b88b84087 100644 --- a/src/path-chemistry.h +++ b/src/path-chemistry.h @@ -1,5 +1,5 @@ -#ifndef __PATH_CHEMISTRY_H__ -#define __PATH_CHEMISTRY_H__ +#ifndef SEEN_PATH_CHEMISTRY_H +#define SEEN_PATH_CHEMISTRY_H /* * Here are handlers for modifying selections, specific to paths @@ -13,7 +13,16 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "forward.h" +#include <glib.h> + +class SPDesktop; +class SPItem; + +namespace Inkscape { +namespace XML { +class Node; +} // namespace XML +} // namespace Inkscape void sp_selected_path_combine (SPDesktop *desktop); void sp_selected_path_break_apart (SPDesktop *desktop); @@ -23,7 +32,7 @@ Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_ void sp_selected_path_reverse (SPDesktop *desktop); bool sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_select, bool skip_all_lpeitems = false); -#endif +#endif // SEEN_PATH_CHEMISTRY_H /* Local Variables: |
