diff options
Diffstat (limited to 'debianutils/pipe_progress.c')
-rw-r--r-- | debianutils/pipe_progress.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index f95008493..ac8fb50f6 100644 --- a/debianutils/pipe_progress.c +++ b/debianutils/pipe_progress.c | |||
@@ -8,10 +8,6 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | #include <stdio.h> | ||
12 | #include <stdlib.h> | ||
13 | #include <unistd.h> | ||
14 | #include <time.h> | ||
15 | 11 | ||
16 | #define PIPE_PROGRESS_SIZE 4096 | 12 | #define PIPE_PROGRESS_SIZE 4096 |
17 | 13 | ||