st/mesa: Remove unnecessary header from st_cb_fbo.c.

This commit is contained in:
Vinson Lee 2010-01-15 18:24:12 -08:00
parent a9f6255431
commit 56cd5806e8

View file

@ -44,7 +44,6 @@
#include "pipe/p_screen.h"
#include "st_context.h"
#include "st_cb_fbo.h"
#include "st_cb_texture.h"
#include "st_format.h"
#include "st_public.h"
#include "st_texture.h"