From: Vinson Lee Date: Thu, 3 Jun 2010 00:54:10 +0000 (-0700) Subject: dri/swrast: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88008dfaa4838de893af9844863bad8da96ce9c8;p=mesa.git dri/swrast: Remove unnecessary header. --- diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c index 983b924da93..f3903c2e380 100644 --- a/src/mesa/drivers/dri/swrast/swrast.c +++ b/src/mesa/drivers/dri/swrast/swrast.c @@ -51,7 +51,6 @@ #include "main/texfetch.h" #include "main/texformat.h" #include "main/texstate.h" -#include "main/texobj.h" #include "swrast_priv.h"