summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/file.h')
-rw-r--r--usr.bin/cvs/file.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/cvs/file.h b/usr.bin/cvs/file.h
index ea6c97998dc..2d688b32130 100644
--- a/usr.bin/cvs/file.h
+++ b/usr.bin/cvs/file.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.h,v 1.32 2005/12/04 17:39:02 joris Exp $ */
+/* $OpenBSD: file.h,v 1.33 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 FILE_H
#define FILE_H
-#include <sys/param.h>
-
-#include <dirent.h>
-#include <search.h>
-
#include "rcs.h"
struct cvs_file;