]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/protocol.cpp
Some minors changes, like adding empty lines at end of files, to be able to compile...
[wxWidgets.git] / src / common / protocol.cpp
index ac5020956faca9836520bd8fcfe711ac96b7ea27..736b38fd1359312a1877a0fd6cbd1407384de107 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+  #pragma hdrstop
 #endif
 
 #if wxUSE_SOCKETS
 
-#ifndef WX_PRECOMP
-#include <wx/wx.h>
-#endif
-
 #include "wx/protocol/protocol.h"
 #include "wx/url.h"
 #include "wx/module.h"