#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/dcclient.h"
+ #include "wx/timer.h"
+ #include "wx/math.h" // log10 & pow
#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"