From: Vinson Lee Date: Wed, 11 Aug 2010 08:05:49 +0000 (-0700) Subject: mesa: Clean up header file inclusion in prog_instruction.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f36a4b3c9eee20dcae40ecc578401eaae1658898;p=mesa.git mesa: Clean up header file inclusion in prog_instruction.h. Remove mfeatures.h. Include glheader.h for GL symbols. --- 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" /**