From: Vinson Lee Date: Thu, 12 Aug 2010 07:33:48 +0000 (-0700) Subject: mesa: Clean up header file inclusion in prog_uniform.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17bcfaa475c083460e7a40878f220a6fa357768e;p=mesa.git mesa: Clean up header file inclusion in prog_uniform.h. Remove mtypes.h. Remove prog_statevars.h. Include glheader.h for GL symbols. --- diff --git a/src/mesa/program/prog_uniform.h b/src/mesa/program/prog_uniform.h index a671d30bfe8..7988d534a7d 100644 --- a/src/mesa/program/prog_uniform.h +++ b/src/mesa/program/prog_uniform.h @@ -31,8 +31,7 @@ #ifndef PROG_UNIFORM_H #define PROG_UNIFORM_H -#include "main/mtypes.h" -#include "prog_statevars.h" +#include "main/glheader.h" /**