X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/608f8a111b6149267dc58ba87ea8de2edb550685..6d7b547184bfdcdf67790755deb0122050b1d728:/src/common/stopwatch.cpp diff --git a/src/common/stopwatch.cpp b/src/common/stopwatch.cpp index 9cf9902ae1..0739cf0f4b 100644 --- a/src/common/stopwatch.cpp +++ b/src/common/stopwatch.cpp @@ -28,14 +28,13 @@ #pragma hdrstop #endif +#include "wx/stopwatch.h" + #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/log.h" #endif //WX_PRECOMP -#include "wx/longlong.h" -#include "wx/stopwatch.h" - // ---------------------------------------------------------------------------- // System headers // ----------------------------------------------------------------------------