Source: Sort includes of sys/types.h as clang-format would

When this header is included in blocks where order does not matter, just
place it in lexicographic order as clang-format would by default.
This commit is contained in:
Brad King 2016-05-02 15:05:39 -04:00
parent be14fe4857
commit 7b6ffa59b1
4 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@
#include <cmsys/Process.h>
#include <cmsys/RegularExpression.hxx>
#include <sys/types.h>
#include <ctype.h>
#include <sys/types.h>
#include <time.h>
//----------------------------------------------------------------------------

View File

@ -17,8 +17,8 @@
#include <cmsys/Process.h>
#include <cmsys/RegularExpression.hxx>
#include <sys/types.h>
#include <ctype.h>
#include <sys/types.h>
#include <time.h>
//----------------------------------------------------------------------------

View File

@ -14,8 +14,8 @@
#include "cmGeneratorExpression.h"
#include <sys/types.h>
#include <cmsys/auto_ptr.hxx>
#include <sys/types.h>
class cmLocalGenerator;

View File

@ -42,8 +42,8 @@
// include wincrypt.h after windows.h
# include <wincrypt.h>
#else
# include <sys/types.h>
# include <sys/time.h>
# include <sys/types.h>
# include <sys/wait.h>
# include <unistd.h>
# include <utime.h>