Module Name: src
Committed By: reinoud
Date: Thu Jun 18 15:06:38 UTC 2009
Modified Files:
src/sys/fs/udf: udf_allocation.c
Log Message:
Remove unneeded (and unused) inclusion of "opt_quota.h"
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/fs/udf/udf_allocation.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/fs/udf/udf_allocation.c
diff -u src/sys/fs/udf/udf_allocation.c:1.23 src/sys/fs/udf/udf_allocation.c:1.24
--- src/sys/fs/udf/udf_allocation.c:1.23 Tue May 19 16:24:05 2009
+++ src/sys/fs/udf/udf_allocation.c Thu Jun 18 15:06:38 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_allocation.c,v 1.23 2009/05/19 16:24:05 reinoud Exp $ */
+/* $NetBSD: udf_allocation.c,v 1.24 2009/06/18 15:06:38 reinoud Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -28,12 +28,11 @@
#include <sys/cdefs.h>
#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_allocation.c,v 1.23 2009/05/19 16:24:05 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_allocation.c,v 1.24 2009/06/18 15:06:38 reinoud Exp $");
#endif /* not lint */
#if defined(_KERNEL_OPT)
-#include "opt_quota.h"
#include "opt_compat_netbsd.h"
#endif