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

lib/expr/expr.h
lib/gvpr/gprstate.h
lib/vmalloc/vmhdr.h

index 95c23966f0e5918ff2914938cfece82ea6af8dac..80dbac997c60646e80db79d9c04d8334c082470a 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
 #undef extern
 
 #include <cdt.h>
-#include <vmalloc.h>
+#include <vmalloc/vmalloc.h>
 
 #define EX_VERSION     20000101L
 
index 3790950a258d091c37836965dd3f36b8b159a62d..b3981a9f3e8881f811b3112a93dc082a98f2f0fd 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
 #include <sfio/sfio.h>
 #include "cgraph.h"
 #include <ast/ast.h>
-#include "vmalloc.h"
+#include <vmalloc/vmalloc.h>
 #include <expr/expr.h>
 #include "gvpr.h"
 
index ee3a98fb18bd0a775890c4fb414a6ae0991c86ed..ec893e7c5c3bdb3508d44c02db5e547f6fe3c020 100644 (file)
@@ -24,7 +24,7 @@ extern "C" {
 */
 
 #include <stdlib.h>
-#include       "vmalloc.h"
+#include       <vmalloc/vmalloc.h>
 
 void *bestalloc(Vmalloc_t * vm, size_t size);
 int bestfree(Vmalloc_t * vm, void * data);