X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b107e8d5786afd67550dde069513c80057424f91..2d672c46c0c68ae560a537eacd3614b4114d73d4:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index b270601e5e..f33787b099 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -35,17 +35,15 @@ #include "wx/control.h" #include "wx/dc.h" #include "wx/textctrl.h" + #include "wx/validate.h" #endif // wxUSE_GUI #endif #include "wx/module.h" -#if wxUSE_GUI - #include "wx/validate.h" -#if wxUSE_STOPWATCH +#if wxUSE_GUI && wxUSE_STOPWATCH #include "wx/stopwatch.h" -#endif -#endif // wxUSE_GUI +#endif // wxUSE_GUI && wxUSE_STOPWATCH // ---------------------------------------------------------------------------- // wxWin macros