diff options
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 37b87ea9f..24962dd25 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -12,12 +12,12 @@ | |||
12 | * - by Mark Lord (C) 1994-2002 -- freely distributable | 12 | * - by Mark Lord (C) 1994-2002 -- freely distributable |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include "busybox.h" | ||
15 | #include <string.h> | 16 | #include <string.h> |
16 | #include <stdlib.h> | 17 | #include <stdlib.h> |
17 | #include <fcntl.h> | 18 | #include <fcntl.h> |
18 | #include <errno.h> | 19 | #include <errno.h> |
19 | #include <ctype.h> | 20 | #include <ctype.h> |
20 | #include <endian.h> | ||
21 | #include <sys/ioctl.h> | 21 | #include <sys/ioctl.h> |
22 | #include <sys/sysmacros.h> | 22 | #include <sys/sysmacros.h> |
23 | #include <sys/times.h> | 23 | #include <sys/times.h> |
@@ -31,8 +31,6 @@ | |||
31 | #endif | 31 | #endif |
32 | #include <unistd.h> | 32 | #include <unistd.h> |
33 | 33 | ||
34 | #include "busybox.h" | ||
35 | |||
36 | /* device types */ | 34 | /* device types */ |
37 | /* ------------ */ | 35 | /* ------------ */ |
38 | #define NO_DEV 0xffff | 36 | #define NO_DEV 0xffff |