summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/checkout.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-04-11 18:02:59 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-04-11 18:02:59 +0000
commit463dbb3ab54a29ffb2011e73fdca4dc52e4f162d (patch)
tree05447fd9f80bcf68ed51616ae373d107ccb56467 /usr.bin/cvs/checkout.c
parenteb59e47dab6845274f3615340270c3f03e173d92 (diff)
don't include sysexits.h now we don't use those error codes
anymore.
Diffstat (limited to 'usr.bin/cvs/checkout.c')
-rw-r--r--usr.bin/cvs/checkout.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/checkout.c b/usr.bin/cvs/checkout.c
index 7127feb2454..3a7a7262785 100644
--- a/usr.bin/cvs/checkout.c
+++ b/usr.bin/cvs/checkout.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: checkout.c,v 1.16 2005/04/11 17:56:27 joris Exp $ */
+/* $OpenBSD: checkout.c,v 1.17 2005/04/11 18:02:58 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -31,7 +31,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
-#include <sysexits.h>
#include "cvs.h"
#include "log.h"