summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_drawpix.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-13 22:30:04 -0800
committerVinson Lee <vlee@vmware.com>2010-01-13 22:30:04 -0800
commitd1631f734a6f7d052e347e0f5eb878e156d1afa6 (patch)
tree7bfa3fd8fc8240b2497cece9f640d00137582a1c /src/mesa/swrast/s_drawpix.c
parentf649870c9bc0f7e0660af7131bf418830f6a34ae (diff)
swrast: Remove unnecessary header from s_drawpix.c.
Diffstat (limited to 'src/mesa/swrast/s_drawpix.c')
-rw-r--r--src/mesa/swrast/s_drawpix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_drawpix.c b/src/mesa/swrast/s_drawpix.c
index 6970b2e9cb..59dfd65488 100644
--- a/src/mesa/swrast/s_drawpix.c
+++ b/src/mesa/swrast/s_drawpix.c
@@ -30,7 +30,6 @@
#include "main/image.h"
#include "main/macros.h"
#include "main/imports.h"
-#include "main/pixel.h"
#include "main/state.h"
#include "s_context.h"