From: Paul Cornett Date: Sun, 4 Mar 2012 23:50:35 +0000 (+0000) Subject: remove unnecessary includes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0a7e80ec291ee33cea0eb05a00e9ee5c8306ae45 remove unnecessary includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/dcmemory.cpp b/src/gtk/dcmemory.cpp index d502b5bd48..4771dfff8e 100644 --- a/src/gtk/dcmemory.cpp +++ b/src/gtk/dcmemory.cpp @@ -10,10 +10,8 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/dcmemory.h" #include "wx/gtk/dcmemory.h" -#include #include //----------------------------------------------------------------------------- diff --git a/src/gtk/dcscreen.cpp b/src/gtk/dcscreen.cpp index 935f9bea2b..0cf5e2a097 100644 --- a/src/gtk/dcscreen.cpp +++ b/src/gtk/dcscreen.cpp @@ -10,13 +10,9 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/dcscreen.h" #include "wx/gtk/dcscreen.h" #include -#ifdef GDK_WINDOWING_X11 -#include -#endif //----------------------------------------------------------------------------- // wxScreenDCImpl