diff options
Diffstat (limited to 'libbb/inode_hash.c')
-rw-r--r-- | libbb/inode_hash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c index 78c1b0f..69e39af 100644 --- a/libbb/inode_hash.c +++ b/libbb/inode_hash.c @@ -8,9 +8,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> #include "libbb.h" typedef struct ino_dev_hash_bucket_struct { |