diff options
Diffstat (limited to 'sbin/isakmpd/attribute.c')
-rw-r--r-- | sbin/isakmpd/attribute.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/attribute.c b/sbin/isakmpd/attribute.c index 362805b7a43..2bc60881aeb 100644 --- a/sbin/isakmpd/attribute.c +++ b/sbin/isakmpd/attribute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: attribute.c,v 1.11 2004/05/14 08:42:56 hshoexer Exp $ */ +/* $OpenBSD: attribute.c,v 1.12 2005/04/08 22:32:09 cloder Exp $ */ /* $EOM: attribute.c,v 1.10 2000/02/20 19:58:36 niklas Exp $ */ /* @@ -32,8 +32,6 @@ #include <sys/types.h> #include <string.h> -#include "sysdep.h" - #include "attribute.h" #include "conf.h" #include "log.h" |