From: pjrm Date: Sat, 5 Jul 2008 12:03:53 +0000 (+0000) Subject: spiral-context.h: Supply missing #includes/declarations so that we don't depend on... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7a1aa487fd405063c8aea5e19fed056f1ace3d75;p=inkscape.git 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.) --- 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"