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~4917 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bbeb8b07219d7ca3ee52b2271c2275c02d804fe;p=graphviz janitor - be consistent about use of <...> only for system includes --- diff --git a/lib/common/usershape.h b/lib/common/usershape.h index 4c9c9dea8..9455a5a60 100644 --- a/lib/common/usershape.h +++ b/lib/common/usershape.h @@ -17,7 +17,7 @@ #ifndef USERSHAPE_H #define USERSHAPE_H -#include +#include "cdt.h" #ifdef __cplusplus extern "C" {