dispatch: Make all API functions non-static.
[mesa.git] / src / mesa / main / core.h
index 542d95b8488896d0f36e99fa32c0e29019a7c285..c28a8af53e3e31059c1179db022ac6e365618b88 100644 (file)
 
 #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 */