]> git.saurik.com Git - wxWidgets.git/commitdiff
#include moved to module.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 26 Jan 2006 18:59:49 +0000 (18:59 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 26 Jan 2006 18:59:49 +0000 (18:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/busyinfo.h
src/generic/busyinfo.cpp

index 143d7bd375f71977eb0c84b36f912d654198ea4e..0151a76b3bf860a39bc4002a38b80ae6ec713a16 100644 (file)
@@ -12,8 +12,6 @@
 
 #include "wx/defs.h"
 
-#include "wx/frame.h"
-
 #if wxUSE_BUSYINFO
 
 class WXDLLIMPEXP_CORE wxFrame;
index e11108364a670c37ae0a90fa82b1365392f9bb14..f010b2fa67c357882edeb9977d011ffcfa35263a 100644 (file)
@@ -17,6 +17,7 @@
 
 // for all others, include the necessary headers
 #ifndef WX_PRECOMP
+    #include "wx/frame.h"
     #include "wx/stattext.h"
     #include "wx/panel.h"
     #include "wx/utils.h"