]> git.saurik.com Git - wxWidgets.git/commitdiff
add wx/app.h for PCH-less compilation
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Jan 2009 11:38:32 +0000 (11:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Jan 2009 11:38:32 +0000 (11:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/events/propagation.cpp

index 311fb171ef7712502374cb56396516234af8feb2..43adbd39d788e878dac13cf8d1bcd061637c401e 100644 (file)
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/app.h"
+    #include "wx/event.h"
+    #include "wx/window.h"
 #endif // WX_PRECOMP
 
-#include "wx/event.h"
-#include "wx/window.h"
 #include "wx/scopeguard.h"
 
 namespace