diff options
Diffstat (limited to 'util-linux/setarch.c')
-rw-r--r-- | util-linux/setarch.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/util-linux/setarch.c b/util-linux/setarch.c index f6433d6ba..2fb47f9e8 100644 --- a/util-linux/setarch.c +++ b/util-linux/setarch.c | |||
@@ -7,11 +7,6 @@ | |||
7 | * Licensed under GPL v2 or later, see file License for details. | 7 | * Licensed under GPL v2 or later, see file License for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <stdlib.h> | ||
11 | #include <unistd.h> | ||
12 | #include <string.h> | ||
13 | #include <errno.h> | ||
14 | #include <stdio.h> | ||
15 | #include <sys/personality.h> | 10 | #include <sys/personality.h> |
16 | 11 | ||
17 | #include "libbb.h" | 12 | #include "libbb.h" |