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

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 01:16:02 UTC 2010


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

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

mesa: Reduce clear.h header file inclusion.

---

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

diff --git a/src/mesa/main/clear.h b/src/mesa/main/clear.h
index 4c78eed..6657370 100644
--- a/src/mesa/main/clear.h
+++ b/src/mesa/main/clear.h
@@ -27,7 +27,7 @@
 #define CLEAR_H
 
 
-#include "main/mtypes.h"
+#include "glheader.h"
 
 
 extern void GLAPIENTRY




More information about the mesa-commit mailing list