diff options
Diffstat (limited to 'examples/pugl_shader_demo.c')
-rw-r--r-- | examples/pugl_shader_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_shader_demo.c b/examples/pugl_shader_demo.c index 4b8064d..476489d 100644 --- a/examples/pugl_shader_demo.c +++ b/examples/pugl_shader_demo.c @@ -42,8 +42,8 @@ #include "glad/glad.h" +#include "pugl/gl.h" #include "pugl/pugl.h" -#include "pugl/pugl_gl.h" #include <math.h> #include <stddef.h> |