From: Matthew Fernandez Date: Mon, 31 Aug 2020 00:32:27 +0000 (-0700) Subject: remove the need for lib/vmalloc to be in the include path X-Git-Tag: 2.46.0~20^2^2~52^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e5cf46630884b9a8254dfeeee40e40694e96ec1;p=graphviz remove the need for lib/vmalloc to be in the include path Related to #1785. --- diff --git a/lib/expr/expr.h b/lib/expr/expr.h index 95c23966f..80dbac997 100644 --- a/lib/expr/expr.h +++ b/lib/expr/expr.h @@ -42,7 +42,7 @@ extern "C" { #undef extern #include -#include +#include #define EX_VERSION 20000101L diff --git a/lib/gvpr/gprstate.h b/lib/gvpr/gprstate.h index 3790950a2..b3981a9f3 100644 --- a/lib/gvpr/gprstate.h +++ b/lib/gvpr/gprstate.h @@ -21,7 +21,7 @@ extern "C" { #include #include "cgraph.h" #include -#include "vmalloc.h" +#include #include #include "gvpr.h" diff --git a/lib/vmalloc/vmhdr.h b/lib/vmalloc/vmhdr.h index ee3a98fb1..ec893e7c5 100644 --- a/lib/vmalloc/vmhdr.h +++ b/lib/vmalloc/vmhdr.h @@ -24,7 +24,7 @@ extern "C" { */ #include -#include "vmalloc.h" +#include void *bestalloc(Vmalloc_t * vm, size_t size); int bestfree(Vmalloc_t * vm, void * data);