]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed #include file ordering so it compiles.
authorJulian Smart <julian@anthemion.co.uk>
Mon, 25 Oct 1999 14:27:04 +0000 (14:27 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 25 Oct 1999 14:27:04 +0000 (14:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/wxsocket/client.cpp
samples/wxsocket/server.cpp

index 0ffb78c5222ee01fe75d983e4a8735efb1465678..2dba5c91b393b96851e3fc5608618d2c8f4d0c2d 100644 (file)
 // 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
index 087b58ccfb83bfe6edf57cb1c842652a8556aa3d..a2285079c29b7313ed095ff62f5a15fa88aa66ab 100644 (file)
 // for all others, include the necessary headers 
 #ifndef WX_PRECOMP
 #  include "wx/wx.h"
-#  include "wx/socket.h"
 #endif
 
+#include "wx/socket.h"
+
 // --------------------------------------------------------------------------
 // resources
 // --------------------------------------------------------------------------