Re: Header file policies

2008-04-27 Thread Linus Nielsen Feltzing
Bertrik Sikken skrev: It's not my intention to suddenly tear up the entire codebase but I'd like to take these guidelines into account when modifying code anyway, although 4) is basically essential IMO. I agree with all you wrote, and it's always good to keep things simple. However, do not mix

Header file policies

2008-04-27 Thread Bertrik Sikken
Hi, Is there a policy or common understanding on "DO's and DON'Ts" for header files in rockbox? I'd like to propose the following: (which I intend to be basically consistent to what is currently used) 1) use of #include vs. #include "xxx.h" Use #include only for "standard library" header file