diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-13 22:45:54 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-13 22:45:54 -0800 |
commit | 0a708681310d03f3456b6f89bf7915b376f75fd1 (patch) | |
tree | c468add451eb1cc75e5182aab6ff013260a2c523 /src/mesa | |
parent | 886cffb44e92dcdaeb5396a01745e78598e86a3f (diff) |
swrast: Remove unnecessary header from s_bitmap.c.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/swrast/s_bitmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_bitmap.c b/src/mesa/swrast/s_bitmap.c index 3dbdf2a61a..57a42b3f5d 100644 --- a/src/mesa/swrast/s_bitmap.c +++ b/src/mesa/swrast/s_bitmap.c @@ -32,7 +32,6 @@ #include "main/bufferobj.h" #include "main/image.h" #include "main/macros.h" -#include "main/pixel.h" #include "s_context.h" #include "s_span.h" |