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

This commit is contained in:
Vinson Lee 2010-12-14 00:39:57 -08:00
parent 2c582dd25f
commit 4d1b2df6c0

View file

@ -27,9 +27,10 @@
#include "main/config.h"
#include "main/mtypes.h"
#include "main/glheader.h"
struct gl_context;
struct gl_program;
struct prog_instruction;