From 0e5cf46630884b9a8254dfeeee40e40694e96ec1 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 30 Aug 2020 17:32:27 -0700 Subject: [PATCH] remove the need for lib/vmalloc to be in the include path Related to #1785. --- lib/expr/expr.h | 2 +- lib/gvpr/gprstate.h | 2 +- lib/vmalloc/vmhdr.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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); -- 2.40.0