diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-11 17:24:15 +0300 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2017-08-14 12:53:34 +0300 |
commit | 34fc75bfc616f1c1fbab56508c3f48f4b97c97ea (patch) | |
tree | 942c1c09049225267a6905d1bae53fb3f2f40f5c /include/uapi/linux/quota.h | |
parent | 41e327b586762833e48b3703d53312ac32f05f24 (diff) | |
download | linux-34fc75bfc616f1c1fbab56508c3f48f4b97c97ea.tar.xz |
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>
Diffstat (limited to 'include/uapi/linux/quota.h')
-rw-r--r-- | include/uapi/linux/quota.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/quota.h b/include/uapi/linux/quota.h index 4d2489ef6f10..f17c9636a859 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 <linux/errno.h> #include <linux/types.h> #define __DQUOT_VERSION__ "dquot_6.6.0" |