Mesa (master): r600: Fix include recursion.

Vinson Lee vlee at kemper.freedesktop.org
Mon Jul 12 21:24:08 UTC 2010


Module: Mesa
Branch: master
Commit: c6b7aa96f9c1f2cf5d23512e808ee4023fc2674d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6b7aa96f9c1f2cf5d23512e808ee4023fc2674d

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Jul 12 14:21:57 2010 -0700

r600: Fix include recursion.

Fix r600_context.h -> r700_oglprog.h -> r600_context.h include
recursion.

---

 src/mesa/drivers/dri/r600/r700_oglprog.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/r600/r700_oglprog.h b/src/mesa/drivers/dri/r600/r700_oglprog.h
index fe2e9d1..4d42133 100644
--- a/src/mesa/drivers/dri/r600/r700_oglprog.h
+++ b/src/mesa/drivers/dri/r600/r700_oglprog.h
@@ -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);
 




More information about the mesa-commit mailing list