X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/264cb7f5f33e6d4fcae54093f5169c559190ecd0..507abc7b3af8d73e7caf05261d1f40b51775ae7a:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index f33787b099..a22b1b0407 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -30,6 +30,7 @@ #include "wx/list.h" #include "wx/app.h" #include "wx/utils.h" + #include "wx/stopwatch.h" #if wxUSE_GUI #include "wx/control.h" @@ -41,10 +42,6 @@ #include "wx/module.h" -#if wxUSE_GUI && wxUSE_STOPWATCH - #include "wx/stopwatch.h" -#endif // wxUSE_GUI && wxUSE_STOPWATCH - // ---------------------------------------------------------------------------- // wxWin macros // ----------------------------------------------------------------------------