From: Vinson Lee Date: Wed, 13 Jan 2010 04:36:33 +0000 (-0800) Subject: swrast: Remove unnecessary header from s_texcombine.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a01b9eac0458eabf07b68bb52afe7026dd8bdfb2;p=mesa.git swrast: Remove unnecessary header from s_texcombine.c. --- diff --git a/src/mesa/swrast/s_texcombine.c b/src/mesa/swrast/s_texcombine.c index 889164b9861..594b71a03c6 100644 --- a/src/mesa/swrast/s_texcombine.c +++ b/src/mesa/swrast/s_texcombine.c @@ -29,7 +29,6 @@ #include "main/colormac.h" #include "main/image.h" #include "main/imports.h" -#include "main/pixel.h" #include "shader/prog_instruction.h" #include "s_context.h"