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~4920 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a56a24403e5f0cf7b1042ed7b652ec8fc22f9209;p=graphviz janitor - be consistent about use of <...> only for system includes --- diff --git a/lib/common/colorprocs.h b/lib/common/colorprocs.h index a70c63fa5..b8f2a2d58 100644 --- a/lib/common/colorprocs.h +++ b/lib/common/colorprocs.h @@ -17,7 +17,7 @@ #ifndef GV_COLORPROCS_H #define GV_COLORPROCS_H -#include +#include "color.h" #ifdef __cplusplus extern "C" {