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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-06-21 07:36:58 +00:00
parent 6e204d57c4
commit 841f23e18a
5 changed files with 18 additions and 19 deletions

View File

@@ -30,10 +30,9 @@
#include "wx/window.h"
#include "wx/scrolbar.h"
#include "wx/radiobut.h"
#include "wx/containr.h"
#endif //WX_PRECOMP
#include "wx/containr.h"
// trace mask for focus messages
#define TRACE_FOCUS _T("focus")