From 17c7a92386d9cf1d36fed19dbf37ab2951ff1093 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 31 Mar 2014 15:44:56 +0000 Subject: [PATCH] fixing include style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/core/glgrab.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/osx/core/glgrab.cpp b/src/osx/core/glgrab.cpp index 669f2ba6c4..38da49fe74 100644 --- a/src/osx/core/glgrab.cpp +++ b/src/osx/core/glgrab.cpp @@ -34,10 +34,10 @@ #if wxOSX_USE_COCOA_OR_CARBON -#import -#import -#import -#import +#include +#include +#include +#include #include "wx/osx/core/private.h" #include "wx/osx/private/glgrab.h"