diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:03:18 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:03:18 +0000 |
| commit | 419091de20d86aa1ddff695a74876072b4ea9ab6 (patch) | |
| tree | 0753dc9cf68dbc9072f9c21b99c4bf41e51a19db /src | |
| parent | nodepath.h: Supply missing #includes/declarations so that we don't depend on ... (diff) | |
| download | inkscape-419091de20d86aa1ddff695a74876072b4ea9ab6.tar.gz inkscape-419091de20d86aa1ddff695a74876072b4ea9ab6.zip | |
removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
(bzr r6181)
Diffstat (limited to 'src')
| -rw-r--r-- | src/removeoverlap/removeoverlap.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/removeoverlap/removeoverlap.h b/src/removeoverlap/removeoverlap.h index 2fb26e794..5b16e706b 100644 --- a/src/removeoverlap/removeoverlap.h +++ b/src/removeoverlap/removeoverlap.h @@ -1,6 +1,7 @@ -/** +/** \file * \brief Remove overlaps function - * + */ +/* * Authors: * Tim Dwyer <tgdwyer@gmail.com> * @@ -12,6 +13,8 @@ #ifndef SEEN_REMOVEOVERLAP_H #define SEEN_REMOVEOVERLAP_H +#include <glib/gslist.h> + void removeoverlap(GSList const *items, double xGap, double yGap); #endif // SEEN_REMOVEOVERLAP_H |
