From 317eefcb50d30e45cffbad02a632b24c9aa001f9 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 23 Aug 2020 13:23:17 -0700 Subject: [PATCH] remove the need to have lib/dotgen in the include path Related to #1785. --- lib/dotgen/dot.h | 2 +- lib/dotgen/dotprocs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 *); -- 2.50.1