]> granicus.if.org Git - graphviz/commitdiff
remove the need to have lib/mingle in the include path
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 30 Aug 2020 16:34:51 +0000 (09:34 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 5 Oct 2020 14:31:00 +0000 (07:31 -0700)
Related to #1785.

lib/mingle/ink.h

index 09be9f52dcc106a373eb3270cb465a7be4bbf0b5..ff4f67211193537ec5c120140a12d89f225e1039 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef INK_H
 #define INK_H
 
-#include <edge_bundling.h>
+#include <mingle/edge_bundling.h>
 
 typedef struct {
   double x, y;