diff options
Diffstat (limited to '')
-rw-r--r-- | e2fsprogs/blkid/read.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/e2fsprogs/blkid/read.c b/e2fsprogs/blkid/read.c index 36292ab13..78464145d 100644 --- a/e2fsprogs/blkid/read.c +++ b/e2fsprogs/blkid/read.c | |||
@@ -18,9 +18,7 @@ | |||
18 | #include <sys/stat.h> | 18 | #include <sys/stat.h> |
19 | #include <fcntl.h> | 19 | #include <fcntl.h> |
20 | #include <unistd.h> | 20 | #include <unistd.h> |
21 | #if HAVE_ERRNO_H | ||
22 | #include <errno.h> | 21 | #include <errno.h> |
23 | #endif | ||
24 | 22 | ||
25 | #include "blkidP.h" | 23 | #include "blkidP.h" |
26 | #include "../uuid/uuid.h" | 24 | #include "../uuid/uuid.h" |
@@ -33,9 +31,7 @@ | |||
33 | #define STRTOULL strtoul | 31 | #define STRTOULL strtoul |
34 | #endif | 32 | #endif |
35 | 33 | ||
36 | #if HAVE_STDLIB_H | ||
37 | #include <stdlib.h> | 34 | #include <stdlib.h> |
38 | #endif | ||
39 | 35 | ||
40 | /* | 36 | /* |
41 | * File format: | 37 | * File format: |