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

This commit is contained in:
Vinson Lee 2010-12-18 01:16:53 -08:00
parent aa4d311873
commit 488e994ba9

View file

@ -25,8 +25,10 @@
#ifndef PROG_STATEVARS_H
#define PROG_STATEVARS_H
#include "main/mtypes.h"
#include "main/glheader.h"
struct gl_context;
struct gl_program_parameter_list;
/**
* Number of STATE_* values we need to address any GL state.