diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-31 22:42:12 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-31 22:42:12 +0000 |
commit | 9a7d38fe2448617df98ecaea7dbe6f3131088586 (patch) | |
tree | 5966d651dcb5588e24106791f9cd3647f358112b /debianutils | |
parent | fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd (diff) |
delete tons of extra #includes
Diffstat (limited to 'debianutils')
-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 @@ */ #include "libbb.h" -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> -#include <time.h> #define PIPE_PROGRESS_SIZE 4096 |