]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/search.cpp
added wxDataObject related files and regenerated the makefiles
[wxWidgets.git] / src / html / search.cpp
index 175e50d44dc63269e8bd8b355129fcdb21b9b732..78df71a708f21b3ccc2cdf7a8922d513d2a75840 100644 (file)
@@ -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 <wx/wxprec.h>
+#include "wx/wxprec.h"
 
-#include <wx/defs.h>
+#include "wx/defs.h"
 #if wxUSE_HTML
 
 #ifdef __BORDLANDC__
@@ -25,7 +26,7 @@
 #include <wx/wx.h>
 #endif
 
-#include "search.h"
+#include "wx/html/helpdata.h"