This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Eliminating monolithic winsup.h


On Tue, Aug 22, 2000 at 05:12:25AM -0700, Earnie Boyd wrote:
>--- Chris Faylor <cgf@cygnus.com> wrote:
>> 
>> One thing that I'm not 100% sure about is relying on header file ordering.
>> Currently, I've tried to keep everything flat.  That means that .h files do
>> not include other .h files even if they depend on them.
>> 
>
>Won't that make it harder to determine dependencies?  So if I have header b.h
>that requires header a.h and I don't #include <a.h> within b.h then how do I
>determine dependencies?

The header files don't have dependencies, the .cc and .c files do.

cgf

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]