OSDN Git Service

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 21ec813..098b366 100644 (file)
@@ -38,7 +38,7 @@
 #define PROG_INSTRUCTION_H
 
 
-#include "main/mfeatures.h"
+#include "main/glheader.h"
 
 
 /**