]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/mod_links.cpp
More samples makefiles
[wxWidgets.git] / src / html / mod_links.cpp
index 9b929828662689854a43e9909cf63bf457e95c34..dceb9024afe05ca777bfbb2cc4d692200481023b 100644 (file)
@@ -6,9 +6,23 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/defs.h"
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
+
 #if wxUSE_HTML
 
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
+
 #include <wx/html/forcelink.h>
 #include <wx/html/mod_templ.h>
 #include <wx/wxhtml.h>