summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/annotate.c
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2005-04-11 18:02:58 +0000
committerjoris <joris@openbsd.org>2005-04-11 18:02:58 +0000
commit7f6d785820723a6480bfa485ecf87e40f80202ad (patch)
treec248779b801f64451fb386f327bcc0ab40c2380e /usr.bin/cvs/annotate.c
parentremove EX_USAGE error codes (diff)
downloadwireguard-openbsd-7f6d785820723a6480bfa485ecf87e40f80202ad.tar.xz
wireguard-openbsd-7f6d785820723a6480bfa485ecf87e40f80202ad.zip
don't include sysexits.h now we don't use those error codes
anymore.
Diffstat (limited to 'usr.bin/cvs/annotate.c')
-rw-r--r--usr.bin/cvs/annotate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c
index ee7f6b6ffed..da523cc2e2f 100644
--- a/usr.bin/cvs/annotate.c
+++ b/usr.bin/cvs/annotate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: annotate.c,v 1.7 2005/04/11 17:56:27 joris Exp $ */
+/* $OpenBSD: annotate.c,v 1.8 2005/04/11 18:02:58 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -33,7 +33,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
-#include <sysexits.h>
#include "cvs.h"
#include "rcs.h"