From ae1a6c2fc507679d46e986fa0276dfd1459660b8 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 22 Apr 2017 12:08:41 +0000 Subject: Do not need getopt.h. --- arguments.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arguments.c') diff --git a/arguments.c b/arguments.c index 5ac51ddc..37028648 100644 --- a/arguments.c +++ b/arguments.c @@ -18,7 +18,6 @@ #include -#include #include #include #include -- cgit