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

Vinson Lee vlee at kemper.freedesktop.org
Thu Jul 29 06:17:57 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Jul 28 23:16:31 2010 -0700

mesa: Reduce arrayobj.h header file inclusion.

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

---

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

diff --git a/src/mesa/main/arrayobj.h b/src/mesa/main/arrayobj.h
index 8999edc..fdf7e2b 100644
--- a/src/mesa/main/arrayobj.h
+++ b/src/mesa/main/arrayobj.h
@@ -28,7 +28,7 @@
 #ifndef ARRAYOBJ_H
 #define ARRAYOBJ_H
 
-#include "context.h"
+#include "mtypes.h"
 
 /**
  * \file arrayobj.h




More information about the mesa-commit mailing list