Mesa (master): swrast: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Wed Jan 5 21:47:24 UTC 2011


Module: Mesa
Branch: master
Commit: d5435b3f0c53e964abcd76daf296d11465bcc64e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5435b3f0c53e964abcd76daf296d11465bcc64e

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Jan  5 13:47:02 2011 -0800

swrast: Remove unnecessary headers.

---

 src/mesa/swrast/s_texfilter.c |    1 -
 src/mesa/swrast/s_triangle.c  |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/swrast/s_texfilter.c b/src/mesa/swrast/s_texfilter.c
index 539d878..ecc09e0 100644
--- a/src/mesa/swrast/s_texfilter.c
+++ b/src/mesa/swrast/s_texfilter.c
@@ -27,7 +27,6 @@
 #include "main/context.h"
 #include "main/colormac.h"
 #include "main/imports.h"
-#include "main/texformat.h"
 
 #include "s_context.h"
 #include "s_texfilter.h"
diff --git a/src/mesa/swrast/s_triangle.c b/src/mesa/swrast/s_triangle.c
index 85513e1..0d2eabc 100644
--- a/src/mesa/swrast/s_triangle.c
+++ b/src/mesa/swrast/s_triangle.c
@@ -34,7 +34,6 @@
 #include "main/colormac.h"
 #include "main/imports.h"
 #include "main/macros.h"
-#include "main/texformat.h"
 #include "program/prog_instruction.h"
 
 #include "s_aatriangle.h"




More information about the mesa-commit mailing list