From: Matthew Fernandez Date: Mon, 31 Aug 2020 00:04:48 +0000 (-0700) Subject: remove the need for lib/topfish to be in the include path X-Git-Tag: 2.46.0~20^2^2~52^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd689b7a03949662c0ba03312a98ba5377d4afbc;p=graphviz remove the need for lib/topfish to be in the include path Related to #1785. --- diff --git a/cmd/smyrna/hier.h b/cmd/smyrna/hier.h index 47e86df6f..f859dfd57 100644 --- a/cmd/smyrna/hier.h +++ b/cmd/smyrna/hier.h @@ -13,7 +13,7 @@ #ifndef HIER_H #define HIER_H -#include "hierarchy.h" +#include #ifdef __cplusplus extern "C" {