mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix the OSX build.
Turns out Dolphin uses some macros that clash on OSX. However thankfully, this include is only used in Frame.cpp.
This commit is contained in:
@ -15,10 +15,6 @@
|
||||
#include <wx/aui/aui.h>
|
||||
#include <wx/tooltip.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
|
||||
#include "Common/CDUtils.h"
|
||||
#include "Core/Movie.h"
|
||||
#include "DolphinWX/Globals.h"
|
||||
|
Reference in New Issue
Block a user