From 39320c1bee93e7177a82307d861ed4c1f2cb2711 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sun, 22 Mar 2009 08:46:18 +0100 Subject: [PATCH] progs/tests: Build texcompress2 with scons --- progs/tests/SConscript | 1 + progs/tests/texcompress2.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/tests/SConscript b/progs/tests/SConscript index cfeb9d1c378..bf1e7f8a7d8 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -105,6 +105,7 @@ progs = [ 'subtexrate', 'tex1d', 'texcmp', + 'texcompress2', 'texfilt', 'texgenmix', 'texline', diff --git a/progs/tests/texcompress2.c b/progs/tests/texcompress2.c index 3e8e9908cbe..cbb8f1d3a22 100644 --- a/progs/tests/texcompress2.c +++ b/progs/tests/texcompress2.c @@ -7,7 +7,6 @@ #include #include #include -#include #include "readtex.c" #define IMAGE_FILE "../images/arch.rgb" -- 2.30.2