Wrote a small rationale for using "global.h".

This commit is contained in:
Roland Illig 2005-07-18 11:33:36 +00:00
parent e34ffeeb36
commit 590d5c7ed9
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ the #include section.
6. #include "../src/global.h"
This file contains lots of compatibility stuff that is used
throughout the whole mc. All mc header files rely on this file to be
included before them.
7. #include Midnight Commander headers
Currently, not all headers can be ordered arbitrarily, so try it out.