From: pjrm Date: Sat, 5 Jul 2008 12:01:08 +0000 (+0000) Subject: conn-avoid-ref.h: Supply missing #includes/declarations so that we don't depend on... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=33295788c924de2e501255e8d224e18f9a2b4913;p=inkscape.git 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.) --- 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 * @@ -12,13 +13,12 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ - +#include #include +struct SPDesktop; struct SPItem; -namespace Avoid { - class ShapeRef; -} +namespace Avoid { class ShapeRef; } class SPAvoidRef { public: