From: Vinson Lee Date: Sat, 16 Jan 2010 09:39:04 +0000 (-0800) Subject: st/mesa: Remove unnecessary header from st_atom_framebuffer.c. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=533b6e8deb3443719bd82c57c79ec106e5473589;p=profile%2Fivi%2Fmesa.git st/mesa: Remove unnecessary header from st_atom_framebuffer.c. --- diff --git a/src/mesa/state_tracker/st_atom_framebuffer.c b/src/mesa/state_tracker/st_atom_framebuffer.c index e18c0f6..1e18497 100644 --- a/src/mesa/state_tracker/st_atom_framebuffer.c +++ b/src/mesa/state_tracker/st_atom_framebuffer.c @@ -37,7 +37,6 @@ #include "st_public.h" #include "st_texture.h" #include "pipe/p_context.h" -#include "pipe/p_inlines.h" #include "cso_cache/cso_context.h" #include "util/u_rect.h"