diff options
author | Chia-I Wu <[email protected]> | 2010-11-18 00:08:01 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-11-18 11:56:01 +0800 |
commit | ca9f99d9c5d75decb73bbc5b046c2055410504ff (patch) | |
tree | ed6255ae9117c048eeeb0ea63198a1ab9e94f2fc /src/mesa | |
parent | 997a2547d10890dbc00f2c48191cde58a2ee37c8 (diff) |
mesa: Clean up core.h.
Remove version.h and context.h from core.h.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | 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 ea6e6bf1187..542d95b8488 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 |