Harmless changes for mac compiling (gl.h is not needed after glew.h)

This commit is contained in:
Paolo Cignoni cignoni 2010-07-06 07:13:09 +00:00
parent 8eaabc7a86
commit 88f4d019ce
3 changed files with 0 additions and 4 deletions

View File

@ -24,8 +24,6 @@
#define TEXTURE_2D_H
#include <GL/glew.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <string>
#include "textureFormat.h"

View File

@ -25,7 +25,6 @@
#define TEXTURE_FORMAT_H
#include <GL/glew.h>
#include <GL/gl.h>
class TextureFormat {
public:

View File

@ -24,7 +24,6 @@
#define TEXTURE_PARAMS_H
#include <GL/glew.h>
#include <GL/gl.h>
class TextureParams {
public: