st/mesa: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Mon, 22 Mar 2010 20:02:09 +0000 (13:02 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 22 Mar 2010 20:02:09 +0000 (13:02 -0700)
src/mesa/state_tracker/st_atom.c
src/mesa/state_tracker/st_manager.c

index 9fa4dae5ca981a7382dc9c01fcffecb9cc9b24c6..cf391f1f91f593d27e561991f0a02560401fb0ce 100644 (file)
@@ -36,8 +36,6 @@
 #include "st_program.h"
 #include "st_manager.h"
 
-#include "pipe/p_context.h"
-
 
 /**
  * This is used to initialize st->atoms[].
index 6ec4c8d792c847da7d70baa61668b01e92a7d908..ab86ed5513ac5e3dca62288bf63365d37a6267cd 100644 (file)
@@ -40,7 +40,6 @@
 #include "main/teximage.h"
 #include "main/texstate.h"
 #include "main/texfetch.h"
-#include "main/fbobject.h"
 #include "main/framebuffer.h"
 #include "main/renderbuffer.h"
 #include "st_texture.h"