From 1380f9cec64ce190e8f8a0296512ae18be6651f8 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 8 Sep 2007 21:57:57 +0000 Subject: Convert to use the features framework. --- pkgtools/pkg_filecheck/files/pkg_filecheck.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'pkgtools/pkg_filecheck/files') diff --git a/pkgtools/pkg_filecheck/files/pkg_filecheck.c b/pkgtools/pkg_filecheck/files/pkg_filecheck.c index 6932e45008a..149dc4f053b 100644 --- a/pkgtools/pkg_filecheck/files/pkg_filecheck.c +++ b/pkgtools/pkg_filecheck/files/pkg_filecheck.c @@ -1,5 +1,5 @@ /* - $NetBSD: pkg_filecheck.c,v 1.5 2007/02/16 22:57:09 tonio Exp $ + $NetBSD: pkg_filecheck.c,v 1.6 2007/09/08 21:57:59 jlam Exp $ pkg_filecheck.c -- check for files not owned by any package Copyright (C) 2001 Dieter Baron @@ -30,18 +30,12 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(USE_LIBNBCOMPAT) -#include -#endif - #include #include #include #include #include -#if !defined(USE_LIBNBCOMPAT) || defined(HAVE_FTS_H) #include -#endif #include #include #include -- cgit v1.2.3