From 2c582dd25f0625eae9ebd2c0c2c151f048a9790b Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 14 Dec 2010 00:30:24 -0800 Subject: mesa: Clean up header file inclusion in prog_cache.h. --- src/mesa/program/prog_cache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/program') diff --git a/src/mesa/program/prog_cache.h b/src/mesa/program/prog_cache.h index 4907ae3030..0167334827 100644 --- a/src/mesa/program/prog_cache.h +++ b/src/mesa/program/prog_cache.h @@ -30,8 +30,9 @@ #define PROG_CACHE_H -#include "main/mtypes.h" +#include "main/glheader.h" +struct gl_context; /** Opaque type */ struct gl_program_cache; -- cgit v1.2.3