[GLExtensions] Remove glew includes from wgl and agl.

This commit is contained in:
Ryan Houdek 2013-12-30 07:43:01 -06:00 committed by degasus
commit a024c515c8
2 changed files with 0 additions and 7 deletions

View file

@ -18,7 +18,6 @@
#define _INTERFACEAGL_H_
#ifdef __APPLE__
#include <GL/glew.h>
#import <AppKit/AppKit.h>
#endif