From: ellson Date: Thu, 3 Jan 2008 23:24:28 +0000 (+0000) Subject: janitor - be consistent about use of <...> only for system includes X-Git-Tag: LAST_LIBGRAPH~32^2~4918 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=642519c08ae92430c9b911a5af9adffcf163ec3d;p=graphviz janitor - be consistent about use of <...> only for system includes --- diff --git a/lib/common/pointset.c b/lib/common/pointset.c index a28236395..064c5e808 100644 --- a/lib/common/pointset.c +++ b/lib/common/pointset.c @@ -15,7 +15,7 @@ **********************************************************/ -#include +#include "pointset.h" typedef struct { Dtlink_t link; diff --git a/lib/common/pointset.h b/lib/common/pointset.h index d8ab16a98..06f309d4b 100644 --- a/lib/common/pointset.h +++ b/lib/common/pointset.h @@ -23,7 +23,7 @@ extern "C" { #ifndef _POINTSET_H #define _POINTSET_H 1 -#include +#include "render.h" typedef Dict_t PointSet; typedef Dict_t PointMap;