diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2006-06-16 14:07:43 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2006-06-16 14:07:43 +0000 |
commit | 8fe9d6a6bbb6ed46be29fd47d7ad6e1fd7b7f30b (patch) | |
tree | cc65a8c0da55b75bcc328c8f0a65487cecaafa6c /usr.bin/cvs/config.c | |
parent | 0687aa5e1a327a8bee74d322ce93e8cbc823104f (diff) |
in preparation for the new remote code, proto.h becomes obsolete.
Diffstat (limited to 'usr.bin/cvs/config.c')
-rw-r--r-- | usr.bin/cvs/config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/config.c b/usr.bin/cvs/config.c index f9f7c678a78..a8ea5756a9b 100644 --- a/usr.bin/cvs/config.c +++ b/usr.bin/cvs/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.3 2006/05/28 15:45:31 joris Exp $ */ +/* $OpenBSD: config.c,v 1.4 2006/06/16 14:07:42 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -21,7 +21,6 @@ #include "config.h" #include "diff.h" #include "log.h" -#include "proto.h" void cvs_parse_configfile(void) |