diff options
Diffstat (limited to 'Source/cmTimestamp.cxx')
-rw-r--r-- | Source/cmTimestamp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTimestamp.cxx b/Source/cmTimestamp.cxx index 1c795c4..7d1ba32 100644 --- a/Source/cmTimestamp.cxx +++ b/Source/cmTimestamp.cxx @@ -11,12 +11,12 @@ ============================================================================*/ #include "cmTimestamp.h" -#include <cstring> #include <cstdlib> +#include <cstring> #include <sys/types.h> -#include <sys/stat.h> #include <sstream> +#include <sys/stat.h> //---------------------------------------------------------------------------- std::string cmTimestamp::CurrentTime( |