[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
parent cf8865a6e5
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

View File

@ -5,12 +5,6 @@
#ifndef _INTERFACEWGL_H_
#define _INTERFACEWGL_H_
#ifdef _WIN32
#define GLEW_STATIC
#include <GL/glew.h>
#include <GL/wglew.h>
#endif
#include "InterfaceBase.h"
class cInterfaceWGL : public cInterfaceBase