X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66a77a748e5c8002f3f9ebd66f5457aca5aabad8..7735b2ea691f41d7a7f007befbe969386873b86e:/src/html/search.cpp diff --git a/src/html/search.cpp b/src/html/search.cpp index bd7b156944..5d30b48227 100644 --- a/src/html/search.cpp +++ b/src/html/search.cpp @@ -15,21 +15,19 @@ #include "wx/wxprec.h" +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + #include "wx/defs.h" #if wxUSE_HTML -#ifdef __BORDLANDC__ -#pragma hdrstop -#endif - #ifndef WXPRECOMP -#include #endif #include "wx/html/helpdata.h" - //-------------------------------------------------------------------------------- // wxSearchEngine //--------------------------------------------------------------------------------