mesa: Clean up header file inclusion in prog_cache.h.
authorVinson Lee <vlee@vmware.com>
Tue, 14 Dec 2010 08:30:24 +0000 (00:30 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 14 Dec 2010 08:30:24 +0000 (00:30 -0800)
src/mesa/program/prog_cache.h

index 4907ae3..0167334 100644 (file)
@@ -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;