From: Brian Paul Date: Thu, 12 Feb 2009 05:03:34 +0000 (-0700) Subject: softpipe: remove unneeded #include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f164101b24141207789f5bbac0a0d451325d067d;p=mesa.git softpipe: remove unneeded #include --- diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index 3e998848427..59d6df8f2dd 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -32,7 +32,6 @@ #define SP_CONTEXT_H #include "pipe/p_context.h" -#include "pipe/p_defines.h" #include "draw/draw_vertex.h"