wxVariant support needs wx/icon.h earlier.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-10-02 08:15:15 +00:00
parent 4c44eb66f3
commit d4f6dbf62a

View File

@@ -19,6 +19,7 @@
#ifndef WX_PRECOMP
#include "wx/colour.h"
#include "wx/icon.h"
#endif // WX_PRECOMP
// ----------------------------------------------------------------------------
@@ -40,7 +41,6 @@ IMPLEMENT_VARIANT_OBJECT_EXPORTED(wxIcon,WXDLLEXPORT)
#include "wx/log.h"
#include "wx/utils.h"
#include "wx/palette.h"
#include "wx/icon.h"
#include "wx/image.h"
#include "wx/module.h"
#endif // WX_PRECOMP