st/mesa: Remove unnecessary headers from st_gen_mipmap.c.

This commit is contained in:
Vinson Lee 2010-01-14 17:54:47 -08:00
parent 252812bf15
commit 6890b06982

View 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"