From: Matt Turner Date: Sun, 7 Dec 2014 04:17:51 +0000 (-0800) Subject: mesa: Remove moved texcompress_rgtc_tmp.h from source list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67abb4910a9b9973dda9a8f07035a4bfbd246c90;p=mesa.git mesa: Remove moved texcompress_rgtc_tmp.h from source list. Missed in commit ebcb2ee9. --- diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 853e2ff8910..4d4ce2227f8 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -205,7 +205,6 @@ MAIN_FILES = \ $(SRCDIR)main/texcompress.h \ $(SRCDIR)main/texcompress_rgtc.c \ $(SRCDIR)main/texcompress_rgtc.h \ - $(SRCDIR)main/texcompress_rgtc_tmp.h \ $(SRCDIR)main/texcompress_s3tc.c \ $(SRCDIR)main/texcompress_s3tc.h \ $(SRCDIR)main/texenv.c \