X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e566ccf1baa97b466884023328e2605c06c55868..89579a60d7ba7da32777647ad7647af69ec4e687:/src/common/datetime.cpp diff --git a/src/common/datetime.cpp b/src/common/datetime.cpp index 7b85eea106..0832f5379f 100644 --- a/src/common/datetime.cpp +++ b/src/common/datetime.cpp @@ -69,6 +69,7 @@ #include "wx/string.h" #include "wx/log.h" #include "wx/intl.h" + #include "wx/stopwatch.h" // for wxGetLocalTimeMillis() #endif // WX_PRECOMP #include "wx/thread.h" @@ -86,7 +87,6 @@ #endif #include "wx/datetime.h" -#include "wx/stopwatch.h" // for wxGetLocalTimeMillis() const long wxDateTime::TIME_T_FACTOR = 1000l;