diff options
author | Vinson Lee <[email protected]> | 2010-08-11 01:05:49 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-11 01:06:58 -0700 |
commit | f36a4b3c9eee20dcae40ecc578401eaae1658898 (patch) | |
tree | adb0f434c4d331fcfc660094c6d721efa175d04f /src/mesa/program/prog_instruction.h | |
parent | c20e92c3e0a1e75314882a9f7be1133310929898 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h index 21ec8137500..098b366ab56 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" /** |