summaryrefslogtreecommitdiffstats
path: root/arguments.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-01-07 14:46:57 +0000
committerTiago Cunha <tcunha@gmx.com>2011-01-07 14:46:57 +0000
commit0740d3dbb8acc01d15aaaf2d0ce2dbb146816f43 (patch)
tree9c52ee04eeea8ccee520e1598c4a5a3f30f68b55 /arguments.c
parent9301eeb4ddf8e84dca983ef8f31eba17c6dbb437 (diff)
Remove compat include.
Diffstat (limited to 'arguments.c')
-rw-r--r--arguments.c3
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>