diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:01:08 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:01:08 +0000 |
| commit | d28024a2b78003dd54a2a24865bb51b8decacacf (patch) | |
| tree | f53159e3854d5c4249cf6fcb6a5f41ee8590f113 /src/conn-avoid-ref.h | |
| parent | check-header-compile.in: Update list of needed CPPFLAGS. (diff) | |
| download | inkscape-d28024a2b78003dd54a2a24865bb51b8decacacf.tar.gz inkscape-d28024a2b78003dd54a2a24865bb51b8decacacf.zip | |
conn-avoid-ref.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 r6167)
Diffstat (limited to 'src/conn-avoid-ref.h')
| -rw-r--r-- | src/conn-avoid-ref.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/conn-avoid-ref.h b/src/conn-avoid-ref.h index 29c7e69b3..cd6b60542 100644 --- a/src/conn-avoid-ref.h +++ b/src/conn-avoid-ref.h @@ -1,9 +1,10 @@ #ifndef SEEN_CONN_AVOID_REF #define SEEN_CONN_AVOID_REF -/* +/** \file * A class for handling shape interaction with libavoid. - * + */ +/* * Authors: * Michael Wybrow <mjwybrow@users.sourceforge.net> * @@ -12,13 +13,12 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ - +#include <glib/gslist.h> #include <sigc++/connection.h> +struct SPDesktop; struct SPItem; -namespace Avoid { - class ShapeRef; -} +namespace Avoid { class ShapeRef; } class SPAvoidRef { public: |
