From 539021c779c12881fd0f83ed4b8d43822598a6b4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 13 Sep 2012 14:55:08 +0200 Subject: 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. --- libvo/cocoa_common.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/libvo/cocoa_common.m b/libvo/cocoa_common.m index 20bfab5533..4f94f146be 100644 --- a/libvo/cocoa_common.m +++ b/libvo/cocoa_common.m @@ -18,8 +18,6 @@ */ #import -#import -#import #import // for CGDisplayHideCursor #import #include -- cgit v1.2.3