mesa: Clean up header file inclusion in prog_instruction.h.
authorVinson Lee <vlee@vmware.com>
Wed, 11 Aug 2010 08:05:49 +0000 (01:05 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 11 Aug 2010 08:06:58 +0000 (01:06 -0700)
Remove mfeatures.h.
Include glheader.h for GL symbols.

src/mesa/program/prog_instruction.h

index 21ec8137500ec1af94c09c3bce42a687b2943099..098b366ab56a1c11fcd8b6d69eb960bf9ee2aa69 100644 (file)
@@ -38,7 +38,7 @@
 #define PROG_INSTRUCTION_H
 
 
-#include "main/mfeatures.h"
+#include "main/glheader.h"
 
 
 /**