aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uname.c')
-rw-r--r--coreutils/uname.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c
index d4188cdae..a934c15f4 100644
--- a/coreutils/uname.c
+++ b/coreutils/uname.c
@@ -30,12 +30,6 @@
30 * Now does proper error checking on i/o. Plus some further space savings. 30 * Now does proper error checking on i/o. Plus some further space savings.
31 */ 31 */
32 32
33#include <stdio.h>
34#include <stdlib.h>
35#include <stddef.h>
36#include <string.h>
37#include <unistd.h>
38#include <sys/types.h>
39#include <sys/utsname.h> 33#include <sys/utsname.h>
40#include "libbb.h" 34#include "libbb.h"
41 35