summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index d4b43b74ab9..ae038bdb6c0 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.96 2006/01/01 05:05:58 joris Exp $ */
+/* $OpenBSD: cvs.h,v 1.97 2006/01/02 09:42:20 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -27,11 +27,6 @@
#ifndef CVS_H
#define CVS_H
-#include <sys/param.h>
-
-#include <dirent.h>
-#include <stdio.h>
-
#include "rcs.h"
#include "file.h"
#include "xmalloc.h"