summaryrefslogtreecommitdiffstats
path: root/arguments.c
diff options
context:
space:
mode:
authornicm <nicm>2017-04-22 12:08:41 +0000
committernicm <nicm>2017-04-22 12:08:41 +0000
commitae1a6c2fc507679d46e986fa0276dfd1459660b8 (patch)
treeeadd8f3655c1578c60595c27e8d2d45d205b7645 /arguments.c
parent55cd4c7bc756509f241788f7f73676676ef538f6 (diff)
Do not need getopt.h.
Diffstat (limited to 'arguments.c')
-rw-r--r--arguments.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arguments.c b/arguments.c
index 5ac51ddc..37028648 100644
--- a/arguments.c
+++ b/arguments.c
@@ -18,7 +18,6 @@
#include <sys/types.h>
-#include <getopt.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>