glsl: Include main/core.h.

Make glsl include only main/core.h from core mesa.
This commit is contained in:
Chia-I Wu
2010-08-23 17:51:42 +08:00
parent f90b5936d0
commit bfd7c9ac22
18 changed files with 16 additions and 30 deletions
+1 -7
View File
@@ -21,13 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <GL/gl.h>
#include "main/mtypes.h"
extern "C" {
#include "program/prog_parameter.h"
#include "program/prog_uniform.h"
}
#include "main/core.h"
extern void
link_shaders(GLcontext *ctx, struct gl_shader_program *prog);