diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/libunarchive/data_skip.c | 6 | ||||
-rw-r--r-- | archival/libunarchive/seek_by_jump.c | 5 |
2 files changed, 1 insertions, 10 deletions
diff --git a/archival/libunarchive/data_skip.c b/archival/libunarchive/data_skip.c index dc3505a56..d9778da2e 100644 --- a/archival/libunarchive/data_skip.c +++ b/archival/libunarchive/data_skip.c | |||
@@ -3,12 +3,8 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <sys/types.h> | ||
7 | #include <errno.h> | ||
8 | #include <unistd.h> | ||
9 | #include <stdlib.h> | ||
10 | #include "unarchive.h" | ||
11 | #include "libbb.h" | 6 | #include "libbb.h" |
7 | #include "unarchive.h" | ||
12 | 8 | ||
13 | void data_skip(archive_handle_t *archive_handle) | 9 | void data_skip(archive_handle_t *archive_handle) |
14 | { | 10 | { |
diff --git a/archival/libunarchive/seek_by_jump.c b/archival/libunarchive/seek_by_jump.c index d605f61dd..6cd256418 100644 --- a/archival/libunarchive/seek_by_jump.c +++ b/archival/libunarchive/seek_by_jump.c | |||
@@ -3,11 +3,6 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <sys/types.h> | ||
7 | #include <errno.h> | ||
8 | #include <unistd.h> | ||
9 | #include <stdlib.h> | ||
10 | |||
11 | #include "libbb.h" | 6 | #include "libbb.h" |
12 | #include "unarchive.h" | 7 | #include "unarchive.h" |
13 | 8 | ||