r600: Fix include recursion.
authorVinson Lee <vlee@vmware.com>
Sat, 10 Jul 2010 01:09:26 +0000 (18:09 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 10 Jul 2010 01:09:26 +0000 (18:09 -0700)
r700_chip.h included r600_context.h, which included r700_chip.h.

Remove the unnecessary r600_context.h inclusion and add missing
headers.

src/mesa/drivers/dri/r600/r700_chip.h

index ae249e15fd4346e3c63785270aeed2333105d2a8..0b6b72f8501737039c342d27c9c6d00045022215 100644 (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"