diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-11 18:26:59 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-11 18:26:59 +0100 |
commit | b6b61f8d999e2b9ce3a0d712e58d8220b4ba746e (patch) | |
tree | 40f74a622f61d8e552f442d943a4af67ee41a9ff | |
parent | 686726e772701f2132eeb6a129bbfb5c71b5c4e8 (diff) |
fix tree.h (platform-specific include)
-rw-r--r-- | tree.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |