Changed #include file ordering so it compiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cb34a6eeac
commit
09fb22cf3c
@ -32,11 +32,12 @@
|
||||
// for all others, include the necessary headers
|
||||
#ifndef WX_PRECOMP
|
||||
# include "wx/wx.h"
|
||||
#endif
|
||||
|
||||
# include "wx/socket.h"
|
||||
# include "wx/url.h"
|
||||
# include "wx/protocol/http.h"
|
||||
# include "wx/progdlg.h"
|
||||
#endif
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
// resources
|
||||
|
@ -32,9 +32,10 @@
|
||||
// for all others, include the necessary headers
|
||||
#ifndef WX_PRECOMP
|
||||
# include "wx/wx.h"
|
||||
# include "wx/socket.h"
|
||||
#endif
|
||||
|
||||
#include "wx/socket.h"
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
// resources
|
||||
// --------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user