From 575d24a5ffb84b9122a3d3d85d138a7bbe06284b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 9 Jan 2005 17:15:41 +0000 Subject: include readtex.h instead of readtex.c --- progs/demos/lodbias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/demos/lodbias.c') 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 #include -#include "readtex.c" /* I know, this is a hack. */ +#include "readtex.h" #define TEXTURE_FILE "../images/girl.rgb" -- cgit v1.2.3