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

cmd/smyrna/hier.h

index 47e86df6f2c7aebb01b253e267741b4122ac86c6..f859dfd577bebf310f12683ee69b95c6c5ae9176 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef HIER_H
 #define HIER_H
 
-#include "hierarchy.h"
+#include <topfish/hierarchy.h>
 
 #ifdef __cplusplus
 extern "C" {