st/mesa: Remove unnecessary headers from st_gen_mipmap.c.
authorVinson Lee <vlee@vmware.com>
Fri, 15 Jan 2010 01:54:47 +0000 (17:54 -0800)
committerVinson Lee <vlee@vmware.com>
Fri, 15 Jan 2010 01:54:47 +0000 (17:54 -0800)
src/mesa/state_tracker/st_gen_mipmap.c

index 2d404d5..cffb880 100644 (file)
@@ -44,9 +44,7 @@
 
 #include "st_debug.h"
 #include "st_context.h"
-#include "st_draw.h"
 #include "st_gen_mipmap.h"
-#include "st_program.h"
 #include "st_texture.h"
 #include "st_cb_texture.h"
 #include "st_inlines.h"