r600: Fix include recursion.

r700_chip.h included r600_context.h, which included r700_chip.h.

Remove the unnecessary r600_context.h inclusion and add missing
headers.
This commit is contained in:
Vinson Lee 2010-07-09 18:09:26 -07:00
parent 0c767b9ae6
commit 308f52d573
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@
#ifndef _R700_CHIP_H_
#define _R700_CHIP_H_
#include "r600_context.h"
#include <GL/gl.h>
#include "radeon_common_context.h"
#include "r600_reg.h"
#include "r600_reg_auto_r6xx.h"