X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Date: Sat, 02 Feb 2013 10:04:43 +0200 From: Eli Zaretskii Subject: Re: stdint.h inclusion by inttypes.h In-reply-to: <510C5916.6030502@gmx.de> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp-workers AT delorie DOT com Message-id: <83sj5fb0pw.fsf@gnu.org> References: <510C5916 DOT 6030502 AT gmx DOT de> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 02 Feb 2013 01:08:54 +0100 > From: Juan Manuel Guerrero > > While I was trying to port unrtf I noted that inttypes.h does not include > stdint.h. Any objection if the patch below is committed? Go for it. The rule that a standard header shall not include another is long gone in current practice and standards. In fact, it sounds like the current attitude is the direct opposite of that.