summaryrefslogtreecommitdiff
path: root/src/mesa/program
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-18 01:16:53 -0800
committerVinson Lee <vlee@vmware.com>2010-12-18 01:16:53 -0800
commit488e994ba977dc363a5b0a8b657d93a46ade7da2 (patch)
tree954b52ddbaeb528f2f59418cb77b403d9a3f4aab /src/mesa/program
parentaa4d3118734566881e49c8bd962da94630450512 (diff)
mesa: Clean up header file inclusion in prog_statevars.h.
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/prog_statevars.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h
index 009ebde001..f2407af9c8 100644
--- a/src/mesa/program/prog_statevars.h
+++ b/src/mesa/program/prog_statevars.h
@@ -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.