st/mesa: Remove unnecessary headers from st_cb_viewport.c.
authorVinson Lee <vlee@vmware.com>
Fri, 15 Jan 2010 03:00:27 +0000 (19:00 -0800)
committerVinson Lee <vlee@vmware.com>
Fri, 15 Jan 2010 03:00:27 +0000 (19:00 -0800)
src/mesa/state_tracker/st_cb_viewport.c

index 75b0a219ce3a557ce8f4df086e3ae38c2292cdb5..9450b3a45bc8c3b1c5c7c9a6f06954db60907a0c 100644 (file)
 
 #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"