Mesa (master): mesa: Reduce bufferobj.h header file inclusion.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 01:04:29 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jul 29 18:03:20 2010 -0700

mesa: Reduce bufferobj.h header file inclusion.

Directly include mtypes.h instead of including context.h to include
mtypes.h.

---

 src/mesa/main/bufferobj.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h
index 912529c..f234d06 100644
--- a/src/mesa/main/bufferobj.h
+++ b/src/mesa/main/bufferobj.h
@@ -29,7 +29,7 @@
 #define BUFFEROBJ_H
 
 
-#include "context.h"
+#include "mtypes.h"
 
 
 /*




More information about the mesa-commit mailing list