Browse Source

opengl include

Former-commit-id: 3b91f72e0f774a063df46f53369f10233ed7165f
Alec Jacobson 8 years ago
parent
commit
dc8c66c43d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      include/igl/opengl/glfw/map_texture.cpp

+ 1 - 3
include/igl/opengl/glfw/map_texture.cpp

@@ -1,8 +1,6 @@
 #include "map_texture.h"
 #include "../create_shader_program.h"
-// Hopefully OpenGL/gl.h hasn't been included already
-#include <OpenGL/gl3.h>
-#define __gl_h_
+#include "../OpenGL_convenience.h"
 
 #define GLFW_INCLUDE_GLU
 #include <GLFW/glfw3.h>