From: Matthew Fernandez Date: Mon, 31 Aug 2020 00:02:39 +0000 (-0700) Subject: remove the need for lib/spine to be in the include path X-Git-Tag: 2.46.0~20^2^2~52^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c643f9ab7553a52183a696b5accaba08d3b16784;p=graphviz remove the need for lib/spine to be in the include path Related to #1785. --- diff --git a/lib/spine/spinehdr.h b/lib/spine/spinehdr.h index d071ae4d5..e9e5d1219 100644 --- a/lib/spine/spinehdr.h +++ b/lib/spine/spinehdr.h @@ -1,13 +1,7 @@ #ifndef SPINEHDR_T #define SPINEHDR_T -/* -#include -#include -#include -#include -*/ -#include +#include #define N_NEW(n,t) (t*)mcalloc((n),sizeof(t)) #define NEW(t) (t*)mcalloc((1),sizeof(t))