From 33295788c924de2e501255e8d224e18f9a2b4913 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:01:08 +0000 Subject: [PATCH] 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.) --- src/conn-avoid-ref.h | 12 ++++++------ 1 file 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 * @@ -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: -- 2.30.2