fixing include style

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2014-03-31 15:44:56 +00:00
parent bdb7453c7b
commit 17c7a92386

View File

@ -34,10 +34,10 @@
#if wxOSX_USE_COCOA_OR_CARBON
#import <CoreFoundation/CoreFoundation.h>
#import <ApplicationServices/ApplicationServices.h>
#import <OpenGL/OpenGL.h>
#import <OpenGL/gl.h>
#include <CoreFoundation/CoreFoundation.h>
#include <ApplicationServices/ApplicationServices.h>
#include <OpenGL/OpenGL.h>
#include <OpenGL/gl.h>
#include "wx/osx/core/private.h"
#include "wx/osx/private/glgrab.h"