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:
@@ -32,11 +32,12 @@
|
|||||||
// for all others, include the necessary headers
|
// for all others, include the necessary headers
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
# include "wx/wx.h"
|
# include "wx/wx.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
# include "wx/socket.h"
|
# include "wx/socket.h"
|
||||||
# include "wx/url.h"
|
# include "wx/url.h"
|
||||||
# include "wx/protocol/http.h"
|
# include "wx/protocol/http.h"
|
||||||
# include "wx/progdlg.h"
|
# include "wx/progdlg.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
// resources
|
// resources
|
||||||
|
@@ -32,9 +32,10 @@
|
|||||||
// for all others, include the necessary headers
|
// for all others, include the necessary headers
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
# include "wx/wx.h"
|
# include "wx/wx.h"
|
||||||
# include "wx/socket.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/socket.h"
|
||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
// resources
|
// resources
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user