From: Vinson Lee Date: Thu, 14 Jan 2010 06:30:04 +0000 (-0800) Subject: swrast: Remove unnecessary header from s_drawpix.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1631f734a6f7d052e347e0f5eb878e156d1afa6;p=mesa.git swrast: Remove unnecessary header from s_drawpix.c. --- diff --git a/src/mesa/swrast/s_drawpix.c b/src/mesa/swrast/s_drawpix.c index 6970b2e9cb5..59dfd654889 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"