summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-30 20:49:42 -0800
committerVinson Lee <vlee@vmware.com>2010-01-30 20:49:42 -0800
commitb41f963136b42fdb1b349bb2ff4bc1ed991ef937 (patch)
treea98b366c584ae876d6fc0987bd4a08335b842c04 /src/mesa
parent391892b0d8d46c4f0e43799fac61dd8246e4e023 (diff)
r300: Remove unnecessary headers.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/r300/r300_emit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_emit.c b/src/mesa/drivers/dri/r300/r300_emit.c
index 740c902221..a24d431611 100644
--- a/src/mesa/drivers/dri/r300/r300_emit.c
+++ b/src/mesa/drivers/dri/r300/r300_emit.c
@@ -46,8 +46,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "r300_context.h"
#include "r300_emit.h"
-#include "r300_render.h"
-#include "r300_swtcl.h"
GLuint r300VAPInputCntl0(GLcontext * ctx, GLuint InputsRead)