Skip to content

Commit

Permalink
Removed non GL includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Jan 25, 2020
1 parent 5f6e619 commit df384ba
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions gl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

#include <GL/glew.h>

#define NO_SDL_GLEXT
#include "SDL.h"
#include "SDL_opengl.h"
#endif

#define PRINT_GL_ERRORS

#ifdef PRINT_GL_ERRORS
Expand All @@ -19,11 +14,6 @@
#define glCheckError()
#endif

#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
#include "ftgl/FTUnicode.h"

#include "vectors.h"
#endif


0 comments on commit df384ba

Please sign in to comment.