From: Florian Weimer Date: Fri, 11 Aug 2017 14:24:15 +0000 (+0200) Subject: uapi/linux/quota.h: Do not include linux/errno.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=34fc75bfc616f1c1fbab56508c3f48f4b97c97ea;p=linux.git 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 Signed-off-by: Jan Kara --- diff --git a/include/uapi/linux/quota.h b/include/uapi/linux/quota.h index 4d2489ef6f106..f17c9636a8593 100644 --- a/include/uapi/linux/quota.h +++ b/include/uapi/linux/quota.h @@ -33,7 +33,6 @@ #ifndef _UAPI_LINUX_QUOTA_ #define _UAPI_LINUX_QUOTA_ -#include #include #define __DQUOT_VERSION__ "dquot_6.6.0"