X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed4b0fdca60e017afe72c55940799ce0fed925f0..64e941edd4c6ff84e75e98ec551c42096f31ec77:/src/msw/mediactrl_am.cpp diff --git a/src/msw/mediactrl_am.cpp b/src/msw/mediactrl_am.cpp index 8f0855822f..eb5701a245 100644 --- a/src/msw/mediactrl_am.cpp +++ b/src/msw/mediactrl_am.cpp @@ -63,13 +63,13 @@ #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/dcclient.h" + #include "wx/timer.h" + #include "wx/math.h" // log10 & pow + #include "wx/stopwatch.h" #endif -#include "wx/math.h" // log10 & pow #include "wx/msw/private.h" // user info and wndproc setting/getting -#include "wx/timer.h" #include "wx/dynlib.h" -#include "wx/stopwatch.h" //--------------------------------------------------------------------------- // wxActiveXContainer - includes all the COM-specific stuff we need