]> git.saurik.com Git - wxWidgets.git/commitdiff
DC headers don't need to be in gtk/private.h
authorPaul Cornett <paulcor@bullseye.com>
Thu, 20 Dec 2007 06:07:40 +0000 (06:07 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 20 Dec 2007 06:07:40 +0000 (06:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/private.h
src/gtk/dc.cpp

index 1e1d07f15a5c39c73fc15dfafdc108733d2d030d..1ca5e884d9b284c3660d7cf2a0d163cc61291531 100644 (file)
@@ -15,9 +15,6 @@
 #include <gtk/gtk.h>
 
 #include "wx/gtk/private/string.h"
-#include "wx/gtk/dc.h"
-#include "wx/gtk/dcclient.h"
-#include "wx/gtk/dcmemory.h"
 
 // pango_version_check symbol is quite recent ATM (4/2007)... so we
 // use our own wrapper which implements a smart trick.
index 0b26d59db97fa65585c6075b7b5cf54f2569481d..5d182e84d40331c00f9e1c94a79750ba3eb30c03 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