summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_drawpix.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-09-18 20:31:05 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-09-18 20:31:05 -0600
commitcfc4b4c98920293cb9a91ba0e9f89626e175c8dc (patch)
tree678f36f96310b8ad097251c764062d31c594503c /src/mesa/swrast/s_drawpix.c
parent4eb95ce807222bc31019b69156fab44aac72cfe7 (diff)
mesa: remove unneeded s_drawpix.h header
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 b0ba2a4a4e..7af3e3dad1 100644
--- a/src/mesa/swrast/s_drawpix.c
+++ b/src/mesa/swrast/s_drawpix.c
@@ -34,7 +34,6 @@
#include "main/state.h"
#include "s_context.h"
-#include "s_drawpix.h"
#include "s_span.h"
#include "s_stencil.h"
#include "s_zoom.h"