Source: Stabilize include order of sys/types.h before sys/stat.h

Include the two headers in an isolated block with a comment separating
them so that tools that re-order includes do not re-order these.
This commit is contained in:
Brad King
2016-05-02 15:03:45 -04:00
parent 5e871f7089
commit be14fe4857
7 changed files with 13 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
#include <cmsys/FStream.hxx>
#include <sys/types.h>
// include sys/stat.h after sys/types.h
#include <sys/stat.h>
// cmLibraryCommand