diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-12 20:36:33 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-12 20:36:33 -0800 |
commit | a01b9eac0458eabf07b68bb52afe7026dd8bdfb2 (patch) | |
tree | cc8934b0e172132e7114e1fa75cdc291d2235bb2 /src/mesa | |
parent | c239f387091da9f81bbd315234a19d9b3e3ac694 (diff) |
swrast: Remove unnecessary header from s_texcombine.c.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/swrast/s_texcombine.c | 1 |
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" |