summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2006-01-06 13:14:24 +0000
committerxsa <xsa@openbsd.org>2006-01-06 13:14:24 +0000
commitc5428105a0121636baf03782844e5ee9681e9b68 (patch)
tree83264da76196c0ca640f5ea5ebefd0cac5874a9a
parenttweak the descriptions of -r and -u: make the distinction (diff)
downloadwireguard-openbsd-c5428105a0121636baf03782844e5ee9681e9b68.tar.xz
wireguard-openbsd-c5428105a0121636baf03782844e5ee9681e9b68.zip
zap <paths.h>;
-rw-r--r--usr.bin/cvs/includes.h3
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>