浏览代码

uapi/linux/quota.h: Do not include linux/errno.h

linux/errno.h is very sensitive to coordination with libc headers.
Nothing in linux/quota.h needs it, so this change allows using
this header in more contexts.

Signed-off-by: Florian Weimer <fweimer@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Florian Weimer 8 年之前
父节点
当前提交
34fc75bfc6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/uapi/linux/quota.h

+ 0 - 1
include/uapi/linux/quota.h

@@ -33,7 +33,6 @@
 #ifndef _UAPI_LINUX_QUOTA_
 #define _UAPI_LINUX_QUOTA_
 
-#include <linux/errno.h>
 #include <linux/types.h>
 
 #define __DQUOT_VERSION__	"dquot_6.6.0"