On Sun, Mar 14, 2010 at 7:38 AM, buginator <[email protected]> wrote: > Correct me if I am wrong, but shouldn't all our .c / .cpp files have > these two includes: > #include "lib/framework/wzglobal.h" > #include "lib/framework/frame.h" > > The first one we use to set platform specific defines & compiler options. > The second one we use for platform specific overrides. > > Since that is the case, why don't all our .c / .cpp files have these?
lib/framework/frame.h includes lib/framework/wzglobal.h, so including both is redundant. _______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
