Mesa (master): mesa: Clean up core.h.

Chia-I Wu olv at kemper.freedesktop.org
Thu Nov 18 03:57:31 UTC 2010


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

Author: Chia-I Wu <olv at lunarg.com>
Date:   Thu Nov 18 00:08:01 2010 +0800

mesa: Clean up core.h.

Remove version.h and context.h from core.h.

---

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

diff --git a/src/mesa/main/core.h b/src/mesa/main/core.h
index ea6e6bf..542d95b 100644
--- a/src/mesa/main/core.h
+++ b/src/mesa/main/core.h
@@ -46,8 +46,6 @@
 #include "main/imports.h"
 #include "main/macros.h"
 
-#include "main/version.h" /* for MESA_VERSION_STRING */
-#include "main/context.h" /* for _mesa_share_state */
 #include "main/mtypes.h"
 
 #ifdef __cplusplus




More information about the mesa-commit mailing list