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:11:41 +0200 From: Eli Zaretskii Subject: Re: stdint.h inclusion by inttypes.h In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp-workers AT delorie DOT com Message-id: <83pq0jb0ea.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: Fri, 1 Feb 2013 19:58:37 -0600 > From: Rugxulo > > For some reason (obviously my own ignorance), I was thinking that all > headers shouldn't include others, i.e. should be strictly isolated. It's not ignorance. There indeed was such a rule in ANSI C. If someone can show a quotation which says that, I'd appreciate, but I have a distinct memory of reading it in a standard text. > I guess that changed after C89. As I wrote elsewhere, the current trend seems to be the exact opposite: include everything you possibly can.