From: Matthew Fernandez Date: Sun, 23 Aug 2020 20:23:17 +0000 (-0700) Subject: remove the need to have lib/dotgen in the include path X-Git-Tag: 2.46.0~20^2^2~52^2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=317eefcb50d30e45cffbad02a632b24c9aa001f9;p=graphviz remove the need to have lib/dotgen in the include path Related to #1785. --- diff --git a/lib/dotgen/dot.h b/lib/dotgen/dot.h index 768b47d73..d5cd4b53c 100644 --- a/lib/dotgen/dot.h +++ b/lib/dotgen/dot.h @@ -16,6 +16,6 @@ #define DOT_H #include "render.h" -#include "dotprocs.h" +#include #endif /* DOT_H */ diff --git a/lib/dotgen/dotprocs.h b/lib/dotgen/dotprocs.h index 4bef78594..53f4e6074 100644 --- a/lib/dotgen/dotprocs.h +++ b/lib/dotgen/dotprocs.h @@ -18,7 +18,7 @@ extern "C" { #endif -#include "aspect.h" +#include extern void acyclic(Agraph_t *); extern void allocate_ranks(Agraph_t *);