r300g: Remove unnecessary headers.

This commit is contained in:
Vinson Lee 2010-04-11 18:27:04 -07:00
parent c7dda49aff
commit 132a590d5e
2 changed files with 0 additions and 3 deletions

View file

@ -35,7 +35,6 @@
#include "r300_screen.h"
#include "r300_screen_buffer.h"
#include "r300_state_invariant.h"
#include "r300_transfer.h"
#include "r300_winsys.h"
static void r300_destroy_context(struct pipe_context* context)

View file

@ -32,9 +32,7 @@
#include "r300_context.h"
#include "r300_texture.h"
#include "r300_transfer.h"
#include "r300_screen.h"
#include "r300_state_inlines.h"
#include "r300_screen_buffer.h"
#include "r300_winsys.h"