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 unnecessary include.



details:   https://anonhg.NetBSD.org/src/rev/84736ca17c3d
branches:  trunk
changeset: 773014:84736ca17c3d
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Jan 25 01:24:07 2012 +0000

description:
Remove unnecessary include.

diffstat:

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

diffs (26 lines):

diff -r 2a980ce361d4 -r 84736ca17c3d usr.bin/quota/quotautil.c
--- a/usr.bin/quota/quotautil.c Wed Jan 25 01:22:56 2012 +0000
+++ b/usr.bin/quota/quotautil.c Wed Jan 25 01:24:07 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: quotautil.c,v 1.3 2011/03/24 17:05:46 bouyer Exp $ */
+/*     $NetBSD: quotautil.c,v 1.4 2012/01/25 01:24:07 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: quotautil.c,v 1.3 2011/03/24 17:05:46 bouyer Exp $");
+__RCSID("$NetBSD: quotautil.c,v 1.4 2012/01/25 01:24:07 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -60,7 +60,6 @@
 #include <limits.h>
 #include <inttypes.h>
 
-#include <quota/quotaprop.h>
 #include <ufs/ufs/quota1.h>
 
 #include "quotautil.h"



Home | Main Index | Thread Index | Old Index