Mesa (master): mesa: remove unneeded #include

Brian Paul brianp at kemper.freedesktop.org
Sun Feb 22 23:40:44 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Sun Feb 22 16:29:30 2009 -0700

mesa: remove unneeded #include

---

 src/mesa/main/context.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h
index 54f1af9..ecc1cec 100644
--- a/src/mesa/main/context.h
+++ b/src/mesa/main/context.h
@@ -49,11 +49,13 @@
 #define CONTEXT_H
 
 
-#include "glapi/glapi.h"
 #include "imports.h"
 #include "mtypes.h"
 
 
+struct _glapi_table;
+
+
 /** \name Visual-related functions */
 /*@{*/
  




More information about the mesa-commit mailing list