X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fcore.h;h=c28a8af53e3e31059c1179db022ac6e365618b88;hb=f7fa946d1da96178e63e42dd8d8739d3e0f66e1d;hp=ea6e6bf1187cac56e39e4bc976444c21f654ba11;hpb=695cc370a280a637f411f5ff3877b3fd1c05e424;p=mesa.git diff --git a/src/mesa/main/core.h b/src/mesa/main/core.h index ea6e6bf1187..c28a8af53e3 100644 --- a/src/mesa/main/core.h +++ b/src/mesa/main/core.h @@ -46,21 +46,10 @@ #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 -extern "C" { -#endif - /* for GLSL */ #include "program/prog_parameter.h" -#include "program/prog_uniform.h" - -#ifdef __cplusplus -} -#endif #endif /* CORE_H */