summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-03-11 18:26:59 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-03-11 18:26:59 +0100
commitb6b61f8d999e2b9ce3a0d712e58d8220b4ba746e (patch)
tree40f74a622f61d8e552f442d943a4af67ee41a9ff
parent686726e772701f2132eeb6a129bbfb5c71b5c4e8 (diff)
fix tree.h (platform-specific include)
-rw-r--r--tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tree.h b/tree.h
index ffcac90..aad719c 100644
--- 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.