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

This commit is contained in:
Vinson Lee 2010-01-14 23:03:37 -08:00
parent cde041cd13
commit 9c2ef74a76

View file

@ -45,10 +45,8 @@
#include "st_debug.h"
#include "st_context.h"
#include "st_cb_bitmap.h"
#include "st_cb_readpixels.h"
#include "st_cb_fbo.h"
#include "st_format.h"
#include "st_public.h"
#include "st_texture.h"
#include "st_inlines.h"