diff options
Diffstat (limited to 'coreutils/id.c')
-rw-r--r-- | coreutils/id.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/id.c b/coreutils/id.c index 064bd29d9..9dd5b48d3 100644 --- a/coreutils/id.c +++ b/coreutils/id.c | |||
@@ -14,9 +14,6 @@ | |||
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include "libbb.h" | 16 | #include "libbb.h" |
17 | #include <stdio.h> | ||
18 | #include <unistd.h> | ||
19 | #include <sys/types.h> | ||
20 | 17 | ||
21 | #define PRINT_REAL 1 | 18 | #define PRINT_REAL 1 |
22 | #define NAME_NOT_NUMBER 2 | 19 | #define NAME_NOT_NUMBER 2 |