diff options
author | 2005-05-27 18:54:48 +0000 | |
---|---|---|
committer | 2005-05-27 18:54:48 +0000 | |
commit | 134d8e9ff54ba46bfe757ede3e08d1ee2cae3a02 (patch) | |
tree | 6a5f08c0c426069aacec480e4539ef6852d973b0 | |
parent | add back ACCEPT_GLAGS and active flag check, pointed out by cedric (diff) | |
download | wireguard-openbsd-134d8e9ff54ba46bfe757ede3e08d1ee2cae3a02.tar.xz wireguard-openbsd-134d8e9ff54ba46bfe757ede3e08d1ee2cae3a02.zip |
remove dup include of "log.h"
-rw-r--r-- | usr.bin/cvs/version.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/version.c b/usr.bin/cvs/version.c index 06ba9d561d7..f3ef4cb2e37 100644 --- a/usr.bin/cvs/version.c +++ b/usr.bin/cvs/version.c @@ -1,4 +1,4 @@ -/* $OpenBSD: version.c,v 1.13 2005/05/25 06:22:08 jfb Exp $ */ +/* $OpenBSD: version.c,v 1.14 2005/05/27 18:54:48 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -35,7 +35,6 @@ #include "cvs.h" #include "log.h" #include "proto.h" -#include "log.h" static int cvs_version_init (struct cvs_cmd *, int, char **, int *); static int cvs_version_pre_exec (struct cvsroot *); |