DC headers don't need to be in gtk/private.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-12-20 06:07:40 +00:00
parent 86d58c90cb
commit 18591d70d9
2 changed files with 1 additions and 5 deletions

View 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.

View 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