]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dc.cpp
adapting to init pattern
[wxWidgets.git] / src / gtk / dc.cpp
index 0b26d59db97fa65585c6075b7b5cf54f2569481d..af0f5a57c97313514382e91db794e2ad05d63758 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dc.cpp
+// Name:        src/gtk/dc.cpp
 // Purpose:
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
@@ -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;