summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--progs/demos/cubemap.c2
-rw-r--r--progs/demos/readpix.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/cubemap.c b/progs/demos/cubemap.c
index ee0336547b..0a59b98983 100644
--- a/progs/demos/cubemap.c
+++ b/progs/demos/cubemap.c
@@ -40,7 +40,7 @@
#include <stdlib.h>
#include <string.h>
#include "GL/glut.h"
-#include "../util/readtex.c" /* a hack */
+#include "readtex.h"
static GLfloat Xrot = 0, Yrot = 0;
diff --git a/progs/demos/readpix.c b/progs/demos/readpix.c
index b36e3d1e64..71ce972354 100644
--- a/progs/demos/readpix.c
+++ b/progs/demos/readpix.c
@@ -11,7 +11,7 @@
#include <math.h>
#include <GL/glut.h>
-#include "../util/readtex.c" /* a hack, I know */
+#include "readtex.h"
#define IMAGE_FILE "../images/girl.rgb"