Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 1998 10:11:49 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@FreeBSD.ORG, dg@root.com
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/net raw_cb.h src/sys/netinet ip_fw.h src/sys/nfs nfsrvcache.h
Message-ID:  <199802032311.KAA10417@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>  Modified files:
>>    sys/net              raw_cb.h 
>>    sys/netinet          ip_fw.h 
>>    sys/nfs              nfsrvcache.h 
>>  Log:
>>  Added #include of <sys/queue.h> so that this file is more "self"-sufficent.
>
>   This seems like a step backward to me. I thought the idea was to gid rid
>of nested includes?

<sys/queue.h> is one of the hardest to fix, so I'm treating it like an
implementation-only include like <sys/ansi.h>.  Applications certainly
shouldn't have to know about it being a prerequisite, since it wasn't
one until recently.  I'm adding it to all headers that might be
application headers (most might be :-().

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802032311.KAA10417>