Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34fc75bf authored by Florian Weimer's avatar Florian Weimer Committed by Jan Kara
Browse files

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: default avatarFlorian Weimer <fweimer@redhat.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 41e327b5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"