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:
Julian Smart 1999-10-25 14:27:04 +00:00
parent cb34a6eeac
commit 09fb22cf3c
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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
// --------------------------------------------------------------------------