From ca9f99d9c5d75decb73bbc5b046c2055410504ff Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 18 Nov 2010 00:08:01 +0800 Subject: mesa: Clean up core.h. Remove version.h and context.h from core.h. --- src/mesa/main/core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/main/core.h b/src/mesa/main/core.h index ea6e6bf118..542d95b848 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 -- cgit v1.2.3