diff options
Diffstat (limited to 'arguments.c')
-rw-r--r-- | arguments.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arguments.c b/arguments.c index c15832a4..4d54ff85 100644 --- a/arguments.c +++ b/arguments.c @@ -1,4 +1,4 @@ -/* $OpenBSD$ */ +/* $Id$ */ /* * Copyright (c) 2010 Nicholas Marriott <nicm@users.sourceforge.net> @@ -18,7 +18,6 @@ #include <sys/types.h> -#include <bitstring.h> #include <stdlib.h> #include <string.h> |