Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/quota Remove unused include.



details:   https://anonhg.NetBSD.org/src/rev/e7047bf609f0
branches:  trunk
changeset: 773289:e7047bf609f0
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jan 30 16:46:30 2012 +0000

description:
Remove unused include.

diffstat:

 usr.bin/quota/quota.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 55b45ae3f969 -r e7047bf609f0 usr.bin/quota/quota.c
--- a/usr.bin/quota/quota.c     Mon Jan 30 16:45:13 2012 +0000
+++ b/usr.bin/quota/quota.c     Mon Jan 30 16:46:30 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: quota.c,v 1.45 2012/01/30 06:00:49 dholland Exp $      */
+/*     $NetBSD: quota.c,v 1.46 2012/01/30 16:46:30 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.45 2012/01/30 06:00:49 dholland Exp $");
+__RCSID("$NetBSD: quota.c,v 1.46 2012/01/30 16:46:30 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -74,7 +74,6 @@
 #include <quota/quota.h>
 
 #include "printquota.h"
-#include "getvfsquota.h"
 
 struct quotause {
        struct  quotause *next;



Home | Main Index | Thread Index | Old Index