]> granicus.if.org Git - graphviz/commitdiff
remove the need for lib/spine to be in the include path
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 31 Aug 2020 00:02:39 +0000 (17:02 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 5 Oct 2020 14:31:00 +0000 (07:31 -0700)
Related to #1785.

lib/spine/spinehdr.h

index d071ae4d50d25835d470a0a675b7010218c307b8..e9e5d12190000a15271346a88d79e8a3f424cbbd 100644 (file)
@@ -1,13 +1,7 @@
 #ifndef SPINEHDR_T
 #define SPINEHDR_T
 
-/*
-#include <stdlib.h>
-#include <math.h>
-#include <subset.h>
-#include <assert.h>
-*/
-#include <spine.h>
+#include <spine/spine.h>
 
 #define N_NEW(n,t)       (t*)mcalloc((n),sizeof(t))
 #define NEW(t)       (t*)mcalloc((1),sizeof(t))