summaryrefslogtreecommitdiff
path: root/progs/demos/lodbias.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-09 17:15:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-09 17:15:41 +0000
commit575d24a5ffb84b9122a3d3d85d138a7bbe06284b (patch)
treea976297f611e2ac2d31441a72dadc46933785fbc /progs/demos/lodbias.c
parent0fe7f406be7ffa8e849d9097e00a4d6229c138bd (diff)
include readtex.h instead of readtex.c
Diffstat (limited to 'progs/demos/lodbias.c')
-rw-r--r--progs/demos/lodbias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/lodbias.c b/progs/demos/lodbias.c
index a9b5312fd7..a4db22e26e 100644
--- a/progs/demos/lodbias.c
+++ b/progs/demos/lodbias.c
@@ -34,7 +34,7 @@
#include <GL/glut.h>
#include <GL/glext.h>
-#include "readtex.c" /* I know, this is a hack. */
+#include "readtex.h"
#define TEXTURE_FILE "../images/girl.rgb"