]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dc.cpp
Correct bounding box calculation in wxGTK wxDC::DrawText().
[wxWidgets.git] / src / gtk / dc.cpp
index 0b26d59db97fa65585c6075b7b5cf54f2569481d..5998f8b674405c587faeb51587bce7741d22dc9b 100644 (file)
@@ -10,8 +10,7 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/dc.h"
-#include "wx/gtk/private.h"
+#include "wx/gtk/dc.h"
 
 //-----------------------------------------------------------------------------
 // wxGTKDCImpl
@@ -19,7 +18,7 @@
 
 IMPLEMENT_ABSTRACT_CLASS(wxGTKDCImpl, wxDCImpl)
 
-wxGTKDCImpl::wxGTKDCImpl( wxDC *owner ) 
+wxGTKDCImpl::wxGTKDCImpl( wxDC *owner )
    : wxDCImpl( owner )
 {
     m_ok = FALSE;