]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/m_templ.h
Attempted to fix splittree problem by not pushing event handler
[wxWidgets.git] / include / wx / html / m_templ.h
index 63d29000bb1a5a0ce7ad7c76b160de20f32c01c4..9d9174772df951cea1df3b1b351c22e1354b362b 100644 (file)
@@ -23,30 +23,11 @@ I STRONGLY recommend reading and understanding these macros!!
 #define _WX_M_TEMPL_H_
 
 #include "wx/defs.h"
-#if wxUSE_HTML
-
-
-#ifdef __GNUG__
-#pragma interface "m_templ.h"
-#pragma implementation
-#endif
-
-#include <wx/wxprec.h>
-
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
-
-#ifndef WXPRECOMP
-#include <wx/wx.h>
-#endif
-
-
 
+#if wxUSE_HTML
 
 #include "wx/html/winpars.h"
 
-
 #define TAG_HANDLER_BEGIN(name,tags)                                      \
     class HTML_Handler_##name : public wxHtmlWinTagHandler                \
     {                                                                     \