Module Name:    src
Committed By:   dholland
Date:           Sun Feb  5 14:14:44 UTC 2012

Modified Files:
        src/usr.bin/quota: quota.c
        src/usr.sbin/repquota: repquota.c

Log Message:
Remove unneeded #include.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/quota/quota.c
cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/repquota/repquota.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/quota/quota.c
diff -u src/usr.bin/quota/quota.c:1.47 src/usr.bin/quota/quota.c:1.48
--- src/usr.bin/quota/quota.c:1.47	Wed Feb  1 17:48:10 2012
+++ src/usr.bin/quota/quota.c	Sun Feb  5 14:14:44 2012
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19
 #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 @@ __RCSID("$NetBSD: quota.c,v 1.47 2012/02
 #include <unistd.h>
 
 #include <quota.h>
-#include <quota/quota.h>
 
 #include "printquota.h"
 

Index: src/usr.sbin/repquota/repquota.c
diff -u src/usr.sbin/repquota/repquota.c:1.41 src/usr.sbin/repquota/repquota.c:1.42
--- src/usr.sbin/repquota/repquota.c:1.41	Wed Feb  1 17:48:10 2012
+++ src/usr.sbin/repquota/repquota.c	Sun Feb  5 14:14:44 2012
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19
 #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 @@ __RCSID("$NetBSD: repquota.c,v 1.41 2012
 #include <string.h>
 #include <unistd.h>
 
-#include <quota/quota.h>
 #include <quota.h>
 
 #include "printquota.h"

Reply via email to