X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..6b037754f53cc35e177bf6787bace26c7cecc6e1:/src/common/protocol.cpp diff --git a/src/common/protocol.cpp b/src/common/protocol.cpp index 21df7e8997..b9cbcb8634 100644 --- a/src/common/protocol.cpp +++ b/src/common/protocol.cpp @@ -13,19 +13,20 @@ #pragma implementation "protocol.h" #endif -#ifdef WXPREC -#include -#else +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + +#ifndef WX_PRECOMP #include #endif #include "wx/protocol/protocol.h" #include "wx/url.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - ///////////////////////////////////////////////////////////////// // wxProtoInfo /////////////////////////////////////////////////////////////////