From 642519c08ae92430c9b911a5af9adffcf163ec3d Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 3 Jan 2008 23:24:28 +0000 Subject: [PATCH] janitor - be consistent about use of <...> only for system includes --- lib/common/pointset.c | 2 +- lib/common/pointset.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.40.0