X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2508212677d4f2d006347fb5e83beeb87f8246ca..0616b8382daeca5373484e5a22ec1f322c025c95:/src/html/htmlcell.cpp diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp index 945753865b..1019e1367f 100644 --- a/src/html/htmlcell.cpp +++ b/src/html/htmlcell.cpp @@ -6,14 +6,12 @@ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// - #ifdef __GNUG__ -#pragma implementation +#pragma implementation "htmlcell.h" #endif -#include +#include "wx/wxprec.h" -#include "wx/defs.h" #if wxUSE_HTML #ifdef __BORDLANDC__ @@ -21,16 +19,14 @@ #endif #ifndef WXPRECOMP -#include +#include "wx/wx.h" #endif -#include -#include +#include "wx/html/htmlcell.h" +#include "wx/html/htmlwin.h" #include - - //----------------------------------------------------------------------------- // wxHtmlCell //----------------------------------------------------------------------------- @@ -71,10 +67,6 @@ void wxHtmlWordCell::Draw(wxDC& dc, int x, int y, int view_y1, int view_y2) - - - - //----------------------------------------------------------------------------- // wxHtmlContainerCell //-----------------------------------------------------------------------------