summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texcombine.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-12 20:36:33 -0800
committerVinson Lee <vlee@vmware.com>2010-01-12 20:36:33 -0800
commita01b9eac0458eabf07b68bb52afe7026dd8bdfb2 (patch)
treecc8934b0e172132e7114e1fa75cdc291d2235bb2 /src/mesa/swrast/s_texcombine.c
parentc239f387091da9f81bbd315234a19d9b3e3ac694 (diff)
swrast: Remove unnecessary header from s_texcombine.c.
Diffstat (limited to 'src/mesa/swrast/s_texcombine.c')
-rw-r--r--src/mesa/swrast/s_texcombine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texcombine.c b/src/mesa/swrast/s_texcombine.c
index 889164b986..594b71a03c 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"