summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_uniform.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-12 00:33:48 -0700
committerVinson Lee <vlee@vmware.com>2010-08-12 00:33:48 -0700
commit17bcfaa475c083460e7a40878f220a6fa357768e (patch)
treedcdd890b87deaa9e28b44fa98e35f40765c86838 /src/mesa/program/prog_uniform.h
parent791d7d4bf98ca5e38fea76462ef38cfd782b464b (diff)
mesa: Clean up header file inclusion in prog_uniform.h.
Remove mtypes.h. Remove prog_statevars.h. Include glheader.h for GL symbols.
Diffstat (limited to 'src/mesa/program/prog_uniform.h')
-rw-r--r--src/mesa/program/prog_uniform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/program/prog_uniform.h b/src/mesa/program/prog_uniform.h
index a671d30bfe..7988d534a7 100644
--- a/src/mesa/program/prog_uniform.h
+++ b/src/mesa/program/prog_uniform.h
@@ -31,8 +31,7 @@
#ifndef PROG_UNIFORM_H
#define PROG_UNIFORM_H
-#include "main/mtypes.h"
-#include "prog_statevars.h"
+#include "main/glheader.h"
/**