]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
#include'ing <linux/quota.h> was not such a good idea - relationship
authorNathan Scott <nathans@sgi.com>
Fri, 24 Aug 2001 03:56:54 +0000 (03:56 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 24 Aug 2001 03:56:54 +0000 (03:56 +0000)
between <linux/quota.h> and <sys/quota.h> is a problem.

include/xqm.h

index eeea83a11aace59dee38cc8768923333906b8104..8bcb9f8246339f37b5543cc7d91a677d06095633 100644 (file)
@@ -33,7 +33,6 @@
 #define _LINUX_XQM_H
 
 #include <linux/types.h>
-#include <linux/quota.h>
 
 /*
  * Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM).