Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753220AbdHKO2m (ORCPT ); Fri, 11 Aug 2017 10:28:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44558 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752941AbdHKO2l (ORCPT ); Fri, 11 Aug 2017 10:28:41 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 65DFD883AD Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=fweimer@redhat.com From: Florian Weimer Date: Fri, 11 Aug 2017 16:24:15 +0200 Subject: [PATCH] uapi/linux/quota.h: Do not include linux/errno.h To: Jan Kara , linux-kernel@vger.kernel.org Cc: linux-fsdevel@vger.kernel.org Message-Id: <20170811142840.3BE7547DF45FE@oldenburg.str.redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Fri, 11 Aug 2017 14:28:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 639 Lines: 23 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 --- include/uapi/linux/quota.h | 1 - 1 file changed, 1 deletion(-) 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 #include #define __DQUOT_VERSION__ "dquot_6.6.0" -- 2.13.4