r600: Fix include recursion.
authorVinson Lee <vlee@vmware.com>
Mon, 12 Jul 2010 21:21:57 +0000 (14:21 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 12 Jul 2010 21:23:51 +0000 (14:23 -0700)
Fix r600_context.h -> r700_oglprog.h -> r600_context.h include
recursion.

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

index fe2e9d1..4d42133 100644 (file)
@@ -27,7 +27,7 @@
 
 #ifndef _R700_OGLPROG_H_
 #define _R700_OGLPROG_H_
-#include "r600_context.h"
+#include "main/dd.h"
 
 extern void r700InitShaderFuncs(struct dd_function_table *functions);