]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/search.cpp
Implement wxGetHostName() for Windows CE.
[wxWidgets.git] / src / html / search.cpp
index bd7b156944f7ee44c0a06679bef1aecde7f0701d..5d30b4822719bf4c9849b08ae8ddb8cec3ff7efe 100644 (file)
 
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #include "wx/defs.h"
 #if wxUSE_HTML
 
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
-
 #ifndef WXPRECOMP
-#include <wx/wx.h>
 #endif
 
 #include "wx/html/helpdata.h"
 
 
-
 //--------------------------------------------------------------------------------
 // wxSearchEngine
 //--------------------------------------------------------------------------------