From: Vinson Lee Date: Wed, 13 Jan 2010 03:55:24 +0000 (-0800) Subject: tnl: Remove unnecessary header from t_pipeline.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dffcbee8e72398e1492a1c957de788e1e87850ac;p=mesa.git tnl: Remove unnecessary header from t_pipeline.c. --- diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c index 357ef1e24b5..2cc677e5bf7 100644 --- a/src/mesa/tnl/t_pipeline.c +++ b/src/mesa/tnl/t_pipeline.c @@ -28,7 +28,6 @@ #include "main/glheader.h" #include "main/context.h" #include "main/imports.h" -#include "main/state.h" #include "main/mtypes.h" #include "t_context.h"