aboutsummaryrefslogtreecommitdiff
path: root/src/model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/model.c')
-rw-r--r--src/model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model.c b/src/model.c
index 6ccdaa1..9dc4fb1 100644
--- a/src/model.c
+++ b/src/model.c
@@ -75,7 +75,7 @@ static Model *model_new(const char *name) {
static Primitive *model_add_primitive(Model *model, GLenum type, GLfloat *vertices, GLfloat *normals, GLfloat *texcoords,
int n, PrimitiveAttrib attribs, GLfloat r, GLfloat g, GLfloat b, char *texture,
GLfloat radius, GLfloat shininess, int vbos) {
-#include <glew.h>
+
Primitive *p;
/* Sanity check */