Skip to content

Commit b19c05d

Browse files
committed
Only include glew.h for linux
Signed-off-by: Patrik Dahlström <[email protected]>
1 parent 085afe5 commit b19c05d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xbmc/system_gl.h

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
#include <GL/glu.h>
3434
#elif defined(TARGET_LINUX)
3535
#include <GL/glew.h>
36-
#include <GL/gl.h>
37-
#include <GL/glext.h>
3836
#elif defined(TARGET_FREEBSD)
3937
#include <GL/glew.h>
4038
#include <GL/gl.h>

0 commit comments

Comments
 (0)