mesa: use _mesa_base_format_has_channel() in fbobject.c queries
[mesa.git] / src / mesa / main / core.h
index 11b68cc987bfe79318f6698086b07e690dbd4d67..c28a8af53e3e31059c1179db022ac6e365618b88 100644 (file)
 #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 */