From: Vinson Lee Date: Thu, 14 Jan 2010 06:58:07 +0000 (-0800) Subject: swrast: Remove unnecessary header from s_atifragshader.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78411881d344b4e2d7243b6f9bebc2d692e3d943;p=mesa.git swrast: Remove unnecessary header from s_atifragshader.c. --- diff --git a/src/mesa/swrast/s_atifragshader.c b/src/mesa/swrast/s_atifragshader.c index e88ff191239..353e9999d61 100644 --- a/src/mesa/swrast/s_atifragshader.c +++ b/src/mesa/swrast/s_atifragshader.c @@ -23,7 +23,6 @@ #include "main/colormac.h" #include "main/context.h" #include "main/macros.h" -#include "shader/program.h" #include "shader/atifragshader.h" #include "swrast/s_atifragshader.h"