From 01cf2324ebd8a21d7ff7a60f2d0ca7a931f7c87b Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Sat, 5 Jul 2008 12:03:45 +0000 Subject: sp-stop.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 r6184) --- src/sp-stop.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/sp-stop.h b/src/sp-stop.h index 20f72a3f5..3203d8f74 100644 --- a/src/sp-stop.h +++ b/src/sp-stop.h @@ -2,16 +2,16 @@ #define SEEN_SP_STOP_H /** \file - * * SPStop: SVG implementation. - * + */ +/* * Authors? */ #include //#include -//#include "sp-object.h" -//#include "color.h" +#include "sp-object.h" +#include "color.h" #include "sp-stop-fns.h" class SPObjectClass; -- cgit v1.2.3