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


--- 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?

Cheers,

=====
---
   Earnie Boyd: <mailto:earnie_boyd@yahoo.com>
            __Cygwin: POSIX on Windows__
Cygwin Newbies: <http://gw32.freeyellow.com/>
           __Minimalist GNU for Windows__
  Mingw32 List: <http://www.egroups.com/group/mingw32/>
    Mingw Home: <http://www.mingw.org/>

__________________________________________________
Do You Yahoo!?
Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

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