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/pixeltex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/demos/pixeltex.c') diff --git a/progs/demos/pixeltex.c b/progs/demos/pixeltex.c index 1b044445a3..03e653a454 100644 --- a/progs/demos/pixeltex.c +++ b/progs/demos/pixeltex.c @@ -56,7 +56,7 @@ #include #include #include -#include "readtex.c" /* I know, this is a hack. */ +#include "readtex.h" #define TEXTURE_FILE "../images/girl.rgb" -- cgit v1.2.3