From: Vinson Lee Date: Fri, 15 Jan 2010 03:00:27 +0000 (-0800) Subject: st/mesa: Remove unnecessary headers from st_cb_viewport.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f8baf7dce47b1295292bf3d153d1e93ea83e6a1;p=mesa.git st/mesa: Remove unnecessary headers from st_cb_viewport.c. --- diff --git a/src/mesa/state_tracker/st_cb_viewport.c b/src/mesa/state_tracker/st_cb_viewport.c index 75b0a219ce3..9450b3a45bc 100644 --- a/src/mesa/state_tracker/st_cb_viewport.c +++ b/src/mesa/state_tracker/st_cb_viewport.c @@ -27,11 +27,9 @@ #include "main/glheader.h" #include "st_context.h" -#include "st_public.h" #include "st_cb_viewport.h" #include "pipe/p_context.h" -#include "pipe/p_inlines.h" #include "pipe/p_state.h" #include "pipe/p_defines.h" #include "pipe/internal/p_winsys_screen.h"