diff options
Diffstat (limited to '')
| -rw-r--r-- | src/blind-crop.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/blind-crop.c b/src/blind-crop.c index 305f619..761d5dd 100644 --- a/src/blind-crop.c +++ b/src/blind-crop.c @@ -1,8 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "stream.h" -#include "util.h" - -#include <string.h> +#include "common.h" USAGE("[-s | -S | -t] width height left top") |
