]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/mod_pre.cpp
Added wxStaticBoxSizer,
[wxWidgets.git] / src / html / mod_pre.cpp
index e2fa697bdac476fcc86d154b878c716f6b6947e6..0227f795b263534255970315268036f1d07da527 100644 (file)
@@ -6,8 +6,21 @@
 // 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>