r300g: Remove unnecessary headers.

This commit is contained in:
Vinson Lee 2010-04-18 22:51:35 -07:00
parent c61db7d200
commit 5b83e0ea04
2 changed files with 0 additions and 3 deletions

View File

@ -25,10 +25,8 @@
#include "r300_context.h"
#include "r300_screen.h"
#include "r300_cs.h"
#include "r300_emit.h"
#include "r300_query.h"
#include "r300_reg.h"
#include <stdio.h>

View File

@ -26,7 +26,6 @@
#include <stdio.h>
#include "util/u_inlines.h"
#include "util/u_format.h"
#include "util/u_memory.h"
#include "util/u_upload_mgr.h"
#include "util/u_math.h"