Don't include private headers from user-visible parts of linux/quota.h

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse 2006-04-25 14:52:13 +01:00
parent 997b7af2fe
commit 0409d3a332
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,6 @@
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/mutex.h>
#define __DQUOT_VERSION__ "dquot_6.5.1"
#define __DQUOT_NUM_VERSION__ 6*10000+5*100+1
@ -133,6 +131,8 @@ struct if_dqinfo {
};
#ifdef __KERNEL__
#include <linux/spinlock.h>
#include <linux/mutex.h>
#include <linux/dqblk_xfs.h>
#include <linux/dqblk_v1.h>