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

lib/rbtree/red_black_tree.h

index 7ad51fa120ec9595df5b7edc2ebd87c890ca90ab..f4be2f3fa63888b3c57c0f3b97d81fb5b74af476 100644 (file)
@@ -12,7 +12,7 @@
 extern "C" {
 #endif
 
-#include "stack.h"
+#include <rbtree/stack.h>
 
 /*  CONVENTIONS:  All data structures for red-black trees have the prefix */
 /*                "rb_" to prevent name conflicts. */