summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_instruction.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-11 01:05:49 -0700
committerVinson Lee <vlee@vmware.com>2010-08-11 01:06:58 -0700
commitf36a4b3c9eee20dcae40ecc578401eaae1658898 (patch)
treeadb0f434c4d331fcfc660094c6d721efa175d04f /src/mesa/program/prog_instruction.h
parentc20e92c3e0a1e75314882a9f7be1133310929898 (diff)
mesa: Clean up header file inclusion in prog_instruction.h.
Remove mfeatures.h. Include glheader.h for GL symbols.
Diffstat (limited to 'src/mesa/program/prog_instruction.h')
-rw-r--r--src/mesa/program/prog_instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h
index 21ec813750..098b366ab5 100644
--- a/src/mesa/program/prog_instruction.h
+++ b/src/mesa/program/prog_instruction.h
@@ -38,7 +38,7 @@
#define PROG_INSTRUCTION_H
-#include "main/mfeatures.h"
+#include "main/glheader.h"
/**