From 3139f756a186cbe3e6553593d795c955decb11b3 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 9 Aug 2014 18:39:31 +0000 Subject: [PATCH] file not needed anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/carbon/dcscreen.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/osx/carbon/dcscreen.cpp b/src/osx/carbon/dcscreen.cpp index ed7e2f3376..372164545f 100644 --- a/src/osx/carbon/dcscreen.cpp +++ b/src/osx/carbon/dcscreen.cpp @@ -15,9 +15,6 @@ #include "wx/osx/private.h" #include "wx/graphics.h" -#if wxOSX_USE_COCOA_OR_CARBON -#include "wx/osx/private/glgrab.h" -#endif IMPLEMENT_ABSTRACT_CLASS(wxScreenDCImpl, wxWindowDCImpl)