X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2776d7c3bd349e1c42de0c4da83c7f5b0cfab0ec..c49331578147b25acaac021a76d5c0ec7f1dfd00:/src/html/search.cpp diff --git a/src/html/search.cpp b/src/html/search.cpp index 175e50d44d..78df71a708 100644 --- a/src/html/search.cpp +++ b/src/html/search.cpp @@ -2,6 +2,7 @@ // Name: search.cpp // Purpose: search engine // Author: Vaclav Slavik +// RCS-ID: $Id$ // Copyright: (c) 1999 Vaclav Slavik // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// @@ -12,9 +13,9 @@ #pragma implementation #endif -#include +#include "wx/wxprec.h" -#include +#include "wx/defs.h" #if wxUSE_HTML #ifdef __BORDLANDC__ @@ -25,7 +26,7 @@ #include #endif -#include "search.h" +#include "wx/html/helpdata.h"