mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 17:42:17 +00:00
cocoa_common: remove useless import
QuartzCore was probably forgot after extracting the code from `vo_corevideo`. The OpenGL.h include can be avoided with no warnings/errors.
This commit is contained in:
parent
5931e53dcc
commit
539021c779
@ -18,8 +18,6 @@
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <OpenGL/OpenGL.h>
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#import <CoreServices/CoreServices.h> // for CGDisplayHideCursor
|
||||
#import <IOKit/pwr_mgt/IOPMLib.h>
|
||||
#include <dlfcn.h>
|
||||
|
Loading…
Reference in New Issue
Block a user