Commit 877ff19b authored by Martin Storsjö's avatar Martin Storsjö

vout_ios: Don't include ES1 headers

This vout uses ES2, not ES1. The right headers are included by
opengl.h anyway, this was just confusing and wrong.
Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 06c1f879
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
*****************************************************************************/ *****************************************************************************/
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import <OpenGLES/ES1/gl.h>
#import <OpenGLES/ES1/glext.h>
#import <QuartzCore/QuartzCore.h> #import <QuartzCore/QuartzCore.h>
#import <dlfcn.h> #import <dlfcn.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment