Include wx/scrolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-05-30 13:43:18 +00:00
parent a245fd31a6
commit 851dee09b5
16 changed files with 32 additions and 29 deletions

View File

@@ -41,11 +41,8 @@
#include "wx/statusbr.h"
#include "wx/toolbar.h"
#include "wx/dcclient.h"
#endif //WX_PRECOMP
#if defined(__WXMAC__) && wxUSE_SCROLLBAR
#include "wx/scrolbar.h"
#endif
#endif //WX_PRECOMP
#if wxUSE_CONSTRAINTS
#include "wx/layout.h"