Sun Feb 5 14:14:44 2012 UTC ()
Remove unneeded #include.


(dholland)
diff -r1.47 -r1.48 src/usr.bin/quota/quota.c
diff -r1.41 -r1.42 src/usr.sbin/repquota/repquota.c

cvs diff -r1.47 -r1.48 src/usr.bin/quota/quota.c (expand / switch to context diff)
--- src/usr.bin/quota/quota.c 2012/02/01 17:48:10 1.47
+++ src/usr.bin/quota/quota.c 2012/02/05 14:14:44 1.48
@@ -1,4 +1,4 @@
-/*	$NetBSD: quota.c,v 1.47 2012/02/01 17:48:10 dholland Exp $	*/
+/*	$NetBSD: quota.c,v 1.48 2012/02/05 14:14:44 dholland Exp $	*/
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)quota.c	8.4 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: quota.c,v 1.47 2012/02/01 17:48:10 dholland Exp $");
+__RCSID("$NetBSD: quota.c,v 1.48 2012/02/05 14:14:44 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -71,7 +71,6 @@
 #include <unistd.h>
 
 #include <quota.h>
-#include <quota/quota.h>
 
 #include "printquota.h"
 

cvs diff -r1.41 -r1.42 src/usr.sbin/repquota/repquota.c (expand / switch to context diff)
--- src/usr.sbin/repquota/repquota.c 2012/02/01 17:48:10 1.41
+++ src/usr.sbin/repquota/repquota.c 2012/02/05 14:14:44 1.42
@@ -1,4 +1,4 @@
-/*	$NetBSD: repquota.c,v 1.41 2012/02/01 17:48:10 dholland Exp $	*/
+/*	$NetBSD: repquota.c,v 1.42 2012/02/05 14:14:44 dholland Exp $	*/
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)repquota.c	8.2 (Berkeley) 11/22/94";
 #else
-__RCSID("$NetBSD: repquota.c,v 1.41 2012/02/01 17:48:10 dholland Exp $");
+__RCSID("$NetBSD: repquota.c,v 1.42 2012/02/05 14:14:44 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -64,7 +64,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include <quota/quota.h>
 #include <quota.h>
 
 #include "printquota.h"