Module Name: src
Committed By: dholland
Date: Mon Jan 30 16:46:30 UTC 2012
Modified Files:
src/usr.bin/quota: quota.c
Log Message:
Remove unused include.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/quota/quota.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.45 src/usr.bin/quota/quota.c:1.46
--- src/usr.bin/quota/quota.c:1.45 Mon Jan 30 06:00:49 2012
+++ src/usr.bin/quota/quota.c Mon Jan 30 16:46:30 2012
@@ -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 @@ __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.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 @@ __RCSID("$NetBSD: quota.c,v 1.45 2012/01
#include <quota/quota.h>
#include "printquota.h"
-#include "getvfsquota.h"
struct quotause {
struct quotause *next;