]> wimlib.net Git - wimlib/blobdiff - include/wimlib/rbtree.h
Refactor headers
[wimlib] / include / wimlib / rbtree.h
similarity index 98%
rename from src/rbtree.h
rename to include/wimlib/rbtree.h
index c9321a68c35a2fd0f88d601fa19624292f80c7fa..bdb209dca78c9ff0148f3013d8cf112905586d49 100644 (file)
@@ -29,8 +29,8 @@
 #ifndef        _LINUX_RBTREE_H
 #define        _LINUX_RBTREE_H
 
-#include "util.h"
 #include <stdint.h>
+#include <stddef.h>
 
 struct rb_node {
        uintptr_t  __rb_parent_color;