summaryrefslogtreecommitdiff
path: root/src/mesa/program
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-14 00:30:24 -0800
committerVinson Lee <vlee@vmware.com>2010-12-14 00:30:24 -0800
commit2c582dd25f0625eae9ebd2c0c2c151f048a9790b (patch)
treeb281297f6ac428f68492835b230bf7962423520a /src/mesa/program
parent71af07bf40e095e4c4e075d3f52a1f89f22d6639 (diff)
mesa: Clean up header file inclusion in prog_cache.h.
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/prog_cache.h3
1 files changed, 2 insertions, 1 deletions
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;