]> git.saurik.com Git - wxWidgets.git/commitdiff
remove unnecessary includes
authorPaul Cornett <paulcor@bullseye.com>
Sun, 4 Mar 2012 23:50:35 +0000 (23:50 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 4 Mar 2012 23:50:35 +0000 (23:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/dcmemory.cpp
src/gtk/dcscreen.cpp

index d502b5bd48d9ce06fee27693e0e67b10c944373d..4771dfff8e4ffc063d838aced20ed9035731240a 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/dcmemory.h"
 #include "wx/gtk/dcmemory.h"
 
-#include <gdk/gdk.h>
 #include <gtk/gtk.h>
 
 //-----------------------------------------------------------------------------
index 935f9bea2bb3450e4ebe5923b66fc09e5ce6a4df..0cf5e2a09781526819003e37090b658c3bab8ffa 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/dcscreen.h"
 #include "wx/gtk/dcscreen.h"
 
 #include <gtk/gtk.h>
-#ifdef GDK_WINDOWING_X11
-#include <gdk/gdkx.h>
-#endif
 
 //-----------------------------------------------------------------------------
 // wxScreenDCImpl