Mesa (master): mesa: Clean up header file inclusion in prog_instruction.h.

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 11 08:07:11 UTC 2010


Module: Mesa
Branch: master
Commit: f36a4b3c9eee20dcae40ecc578401eaae1658898
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f36a4b3c9eee20dcae40ecc578401eaae1658898

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Aug 11 01:05:49 2010 -0700

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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h
index 21ec813..098b366 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"
 
 
 /**




More information about the mesa-commit mailing list