diff options
Diffstat (limited to '')
| -rw-r--r-- | src/blind-read-head.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/blind-read-head.c b/src/blind-read-head.c index cc5ea81..7258e19 100644 --- a/src/blind-read-head.c +++ b/src/blind-read-head.c @@ -1,8 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "stream.h" -#include "util.h" - -#include <ctype.h> +#include "common.h" USAGE("") @@ -50,5 +47,4 @@ main(int argc, char *argv[]) return 0; bad_format: eprintf("<stdin>: file format not supported\n"); - return 0; } |
