From c643f9ab7553a52183a696b5accaba08d3b16784 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 30 Aug 2020 17:02:39 -0700 Subject: [PATCH] remove the need for lib/spine to be in the include path Related to #1785. --- lib/spine/spinehdr.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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)) -- 2.40.0