#pragma implementation
#endif
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#include "wx/defs.h"
#if wxUSE_HTML
#endif
#ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
#endif
TAG_HANDLER_CONSTR(TABLE)
{
m_Table = NULL;
- m_tAlign = m_rAlign = wxEmptyString;
- m_OldAlign = wxHTML_ALIGN_LEFT;
+ m_tAlign = m_rAlign = wxEmptyString;
+ m_OldAlign = wxHTML_ALIGN_LEFT;
}