From 5cc20a06b05bd551b663c050fb4802e2658decd5 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Mon, 1 Feb 2010 00:43:33 -0800 Subject: mesa: Remove unnecessary headers. --- src/mesa/main/context.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index b0f42e537e..017ad50295 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -133,9 +133,6 @@ #include "shader/program.h" #include "shader/prog_print.h" #include "shader/shader_api.h" -#if FEATURE_ATI_fragment_shader -#include "shader/atifragshader.h" -#endif #if _HAVE_FULL_GL #include "math/m_matrix.h" #endif -- cgit v1.2.3