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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-06-15 17:58:49 +00:00
parent 0d1c8f39ba
commit 18680f8651
46 changed files with 238 additions and 237 deletions

View File

@@ -32,6 +32,7 @@
#include "wx/combobox.h"
#include "wx/layout.h"
#include "wx/statusbr.h"
#include "wx/math.h"
#endif
#include "wx/module.h"
@@ -54,7 +55,6 @@
#include "wx/thread.h"
#endif
#include "wx/math.h"
#include <ctype.h>
// FIXME: Due to a hack we use GtkCombo in here, which is deprecated since gtk2.3.0