From 195488e945070dfcf7e1a1aa901034eeff5ddfba Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 23 Jan 2015 13:35:25 -0800 Subject: [PATCH] mesa: Remove pack_tmp.h from sources. Missed in commit 3a4de321. --- src/mesa/Makefile.sources | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.30.2