From: Matthew Fernandez Date: Sun, 30 Aug 2020 22:04:03 +0000 (-0700) Subject: remove the need to lib/rbtree to be in the include path X-Git-Tag: 2.46.0~20^2^2~52^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a486d24cb3a8c68bd13b9f301e8441279b33ab11;p=graphviz remove the need to lib/rbtree to be in the include path Related to #1785. --- diff --git a/lib/rbtree/red_black_tree.h b/lib/rbtree/red_black_tree.h index 7ad51fa12..f4be2f3fa 100644 --- a/lib/rbtree/red_black_tree.h +++ b/lib/rbtree/red_black_tree.h @@ -12,7 +12,7 @@ extern "C" { #endif -#include "stack.h" +#include /* CONVENTIONS: All data structures for red-black trees have the prefix */ /* "rb_" to prevent name conflicts. */