From: Vinson Lee Date: Tue, 14 Dec 2010 08:22:27 +0000 (-0800) Subject: mesa: Clean up header file inclusion in nvvertparse.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71af07bf40e095e4c4e075d3f52a1f89f22d6639;p=mesa.git mesa: Clean up header file inclusion in nvvertparse.h. --- diff --git a/src/mesa/program/nvvertparse.h b/src/mesa/program/nvvertparse.h index e98e867320f..7318e149416 100644 --- a/src/mesa/program/nvvertparse.h +++ b/src/mesa/program/nvvertparse.h @@ -29,7 +29,10 @@ #ifndef NVVERTPARSE_H #define NVVERTPARSE_H -#include "main/mtypes.h" +#include "main/glheader.h" + +struct gl_context; +struct gl_vertex_program; extern void _mesa_parse_nv_vertex_program(struct gl_context *ctx, GLenum target,