]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fixes
authorPaul Cornett <paulcor@bullseye.com>
Tue, 24 Oct 2006 03:25:15 +0000 (03:25 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 24 Oct 2006 03:25:15 +0000 (03:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fileback.h
src/common/fileback.cpp
src/generic/collpaneg.cpp

index 5fb48643f7d9a79e3cd9ed77659ac837f8d34468..2f98bb7198d2ef9962860e317f5e805ea1b33329 100644 (file)
@@ -14,6 +14,8 @@
 
 #if wxUSE_BACKINGFILE
 
+#include "wx/stream.h"
+
 // ----------------------------------------------------------------------------
 // Backs an input stream with memory or a file to make it seekable.
 //
index 23d60c349a84d1824f45f6c7f3f63f2e304a92f6..3ca47715627a04421daeded0c8a76beb69e1c6b8 100644 (file)
 
 #if wxUSE_BACKINGFILE
 
+#include "wx/fileback.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/stream.h"
     #include "wx/utils.h"
     #include "wx/log.h"
 #endif
 
-#include "wx/fileback.h"
 #include "wx/private/filename.h"
 
 // Prefer wxFFile unless wxFile has large file support but wxFFile does not.
index 0211001b9218ed396963786603ef1d6708050c38..8985914aa10b1c565799a776379d52ef93f3332e 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#include "wx/collpane.h"
+
 #ifndef WX_PRECOMP
+    #include "wx/toplevel.h"
     #include "wx/button.h"
     #include "wx/sizer.h"
 #endif // !WX_PRECOMP
 
-#include "wx/collpane.h"
 #include "wx/statline.h"
 
 // ----------------------------------------------------------------------------