summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/core.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-11-18 00:08:01 +0800
committerChia-I Wu <olv@lunarg.com>2010-11-18 11:56:01 +0800
commitca9f99d9c5d75decb73bbc5b046c2055410504ff (patch)
treeed6255ae9117c048eeeb0ea63198a1ab9e94f2fc /src/mesa/main/core.h
parent997a2547d10890dbc00f2c48191cde58a2ee37c8 (diff)
downloadexternal_mesa3d-ca9f99d9c5d75decb73bbc5b046c2055410504ff.zip
external_mesa3d-ca9f99d9c5d75decb73bbc5b046c2055410504ff.tar.gz
external_mesa3d-ca9f99d9c5d75decb73bbc5b046c2055410504ff.tar.bz2
mesa: Clean up core.h.
Remove version.h and context.h from core.h.
Diffstat (limited to 'src/mesa/main/core.h')
-rw-r--r--src/mesa/main/core.h2
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