st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3
[mesa.git] / src / mesa / state_tracker / st_cb_program.h
index 0fd179ef3df166b6f89c0048b07242b4ab46650c..091a4439c48d55940988a9172ec3d91f97fce002 100644 (file)
 #define ST_CB_PROGRAM_H
 
 
-#include "main/mtypes.h"
-
 struct dd_function_table;
 
 extern void
 st_init_program_functions(struct dd_function_table *functions);
 
-extern void
-st_delete_program(GLcontext *ctx, struct gl_program *prog);
-
 
 #endif