diff options
Diffstat (limited to 'gfx/gl/program.h')
-rw-r--r-- | gfx/gl/program.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/gl/program.h b/gfx/gl/program.h index 787a53c..2708ff0 100644 --- a/gfx/gl/program.h +++ b/gfx/gl/program.h @@ -2,9 +2,9 @@ #include "shader.h" #include <GL/glew.h> -#include <glRef.hpp> +#include <glRef.h> #include <glm/mat4x4.hpp> -#include <special_members.hpp> +#include <special_members.h> class Location; |