From 7a1aa487fd405063c8aea5e19fed056f1ace3d75 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:03:53 +0000 Subject: [PATCH] spiral-context.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/spiral-context.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/spiral-context.h b/src/spiral-context.h index 263e7b412..a3644fdad 100644 --- a/src/spiral-context.h +++ b/src/spiral-context.h @@ -1,9 +1,10 @@ #ifndef __SP_SPIRAL_CONTEXT_H__ #define __SP_SPIRAL_CONTEXT_H__ -/* +/** \file * Spiral drawing context - * + */ +/* * Authors: * Mitsuru Oka * Lauris Kaplinski @@ -14,6 +15,7 @@ * Released under GNU GPL */ +#include #include #include "event-context.h" #include "libnr/nr-point.h" -- 2.30.2