]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
allow changing the page from keyboard in property sheet like controls even when the...
[wxWidgets.git] / src / common / event.cpp
index f33787b099836b33c03f6254018659d59f4ea421..a22b1b0407440a9b23d2b5c1e712807b6579c3b8 100644 (file)
@@ -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"
 
 #include "wx/module.h"
 
-#if wxUSE_GUI && wxUSE_STOPWATCH
-    #include "wx/stopwatch.h"
-#endif // wxUSE_GUI && wxUSE_STOPWATCH
-
 // ----------------------------------------------------------------------------
 // wxWin macros
 // ----------------------------------------------------------------------------