mesa: Clean up header file inclusion in prog_cache.h.

This commit is contained in:
Vinson Lee 2010-12-14 00:30:24 -08:00
parent 71af07bf40
commit 2c582dd25f

View 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;