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 2d404d5f4224002c325a1c092af289c44979b3f3..cffb880a74131cb0d52a7e2870ddbe76df1784f3 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"