From: Matt Turner Date: Fri, 23 Jan 2015 21:35:25 +0000 (-0800) Subject: mesa: Remove pack_tmp.h from sources. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=195488e945070dfcf7e1a1aa901034eeff5ddfba;p=mesa.git mesa: Remove pack_tmp.h from sources. Missed in commit 3a4de321. --- diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 42035632544..b6b3c0cfd9f 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -141,7 +141,6 @@ MAIN_FILES = \ $(SRCDIR)main/objectlabel.h \ $(SRCDIR)main/pack.c \ $(SRCDIR)main/pack.h \ - $(SRCDIR)main/pack_tmp.h \ $(SRCDIR)main/pbo.c \ $(SRCDIR)main/pbo.h \ $(SRCDIR)main/performance_monitor.c \