diff options
author | 2006-01-06 13:14:24 +0000 | |
---|---|---|
committer | 2006-01-06 13:14:24 +0000 | |
commit | c5428105a0121636baf03782844e5ee9681e9b68 (patch) | |
tree | 83264da76196c0ca640f5ea5ebefd0cac5874a9a | |
parent | tweak the descriptions of -r and -u: make the distinction (diff) | |
download | wireguard-openbsd-c5428105a0121636baf03782844e5ee9681e9b68.tar.xz wireguard-openbsd-c5428105a0121636baf03782844e5ee9681e9b68.zip |
zap <paths.h>;
-rw-r--r-- | usr.bin/cvs/includes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/includes.h b/usr.bin/cvs/includes.h index 81f09185cf8..29c3b169464 100644 --- a/usr.bin/cvs/includes.h +++ b/usr.bin/cvs/includes.h @@ -1,4 +1,4 @@ -/* $OpenBSD: includes.h,v 1.3 2006/01/03 17:04:53 xsa Exp $ */ +/* $OpenBSD: includes.h,v 1.4 2006/01/06 13:14:24 xsa Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> * All rights reserved. @@ -42,7 +42,6 @@ #include <fnmatch.h> #include <libgen.h> #include <md5.h> -#include <paths.h> #include <pwd.h> #include <regex.h> #include <search.h> |