From: Vinson Lee Date: Fri, 22 Jan 2010 07:41:57 +0000 (-0800) Subject: st/mesa: Remove unnecessary header from st_cb_viewport.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f6d732bfbe36b87f735d4f2287b21ad2ddd7535;p=mesa.git st/mesa: Remove unnecessary header 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 d8bd24405ce..b29191abef6 100644 --- a/src/mesa/state_tracker/st_cb_viewport.c +++ b/src/mesa/state_tracker/st_cb_viewport.c @@ -32,7 +32,6 @@ #include "pipe/p_context.h" #include "pipe/p_state.h" #include "pipe/p_defines.h" -#include "pipe/internal/p_winsys_screen.h" static void st_viewport(GLcontext * ctx, GLint x, GLint y,