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

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 07:01:55 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 30 00:00:22 2010 -0700

mesa: Reduce clip.h header file inclusion.

---

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

diff --git a/src/mesa/main/clip.h b/src/mesa/main/clip.h
index d53afb4..ac472d6 100644
--- a/src/mesa/main/clip.h
+++ b/src/mesa/main/clip.h
@@ -31,7 +31,7 @@
 #ifndef CLIP_H
 #define CLIP_H
 
-#include "mtypes.h"
+#include "glheader.h"
 
 extern void GLAPIENTRY 
 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );




More information about the mesa-commit mailing list