Skip to content

Commit

Permalink
fix: shader.h shouldn't import OpenGL/gl.h directly
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Dec 16, 2023
1 parent eba3660 commit 744da82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/shader.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <GL/glew.h>
#include <OpenGL/gl.h>
#include <stdio.h>
#include <stdlib.h>

Expand Down

0 comments on commit 744da82

Please sign in to comment.