]> wimlib.net Git - wimlib/blobdiff - include/wimlib/util.h
Refactor some of the dentry, inode, and lookup table code
[wimlib] / include / wimlib / util.h
index 2f630d57dbf8826d34f13faee33ba091068e14ae..b2d7b5df29e7aa899be1acda17b4da1c491d5603 100644 (file)
@@ -5,7 +5,6 @@
 #include "wimlib/compiler.h"
 
 #include <stdio.h>
-#include <stddef.h>
 
 #ifndef min
 #define min(a, b) ({ typeof(a) __a = (a); typeof(b) __b = (b); \