From: Brian Paul Date: Thu, 10 Sep 2009 22:45:25 +0000 (-0600) Subject: util: remove unneeded #includes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de059d35c3a99ab1eafd9dfece5ce0c83facee5b;p=mesa.git util: remove unneeded #includes --- diff --git a/src/gallium/auxiliary/util/u_simple_shaders.c b/src/gallium/auxiliary/util/u_simple_shaders.c index ab754296fa8..e5fc9b0ceeb 100644 --- a/src/gallium/auxiliary/util/u_simple_shaders.c +++ b/src/gallium/auxiliary/util/u_simple_shaders.c @@ -34,14 +34,8 @@ #include "pipe/p_context.h" -#include "util/u_debug.h" -#include "pipe/p_defines.h" -#include "pipe/p_screen.h" #include "pipe/p_shader_tokens.h" - -#include "util/u_memory.h" #include "util/u_simple_shaders.h" - #include "tgsi/tgsi_ureg.h"