From f36a4b3c9eee20dcae40ecc578401eaae1658898 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 11 Aug 2010 01:05:49 -0700 Subject: mesa: Clean up header file inclusion in prog_instruction.h. Remove mfeatures.h. Include glheader.h for GL symbols. --- src/mesa/program/prog_instruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /** -- cgit v1.2.3