diff options
-rw-r--r-- | arguments.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arguments.c b/arguments.c index dce6333b..f00ab8e8 100644 --- a/arguments.c +++ b/arguments.c @@ -1,4 +1,4 @@ -/* $Id: arguments.c,v 1.1 2011-01-07 14:45:33 tcunha Exp $ */ +/* $Id: arguments.c,v 1.2 2011-01-07 14:46:57 tcunha Exp $ */ /* * 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> |