commit b6b61f8d999e2b9ce3a0d712e58d8220b4ba746e parent 686726e772701f2132eeb6a129bbfb5c71b5c4e8 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 11 Mar 2018 18:26:59 +0100 fix tree.h (platform-specific include) Diffstat:
M | tree.h | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/tree.h b/tree.h @@ -27,8 +27,6 @@ #ifndef _SYS_TREE_H_ #define _SYS_TREE_H_ -#include <sys/_null.h> - /* * This file defines data structures for different types of trees: * splay trees and red-black trees.