From 48def868d96bdcef61d31bd4399d5bbb3bb8818d Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 13 Aug 2010 01:23:39 -0700 Subject: mesa: Clean up header file inclusion in vf.h. Remove mtypes.h. Include glheader.h for GL symbols. --- src/mesa/vf/vf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/vf') diff --git a/src/mesa/vf/vf.h b/src/mesa/vf/vf.h index 83d7547619..5fe392bbe5 100644 --- a/src/mesa/vf/vf.h +++ b/src/mesa/vf/vf.h @@ -28,7 +28,7 @@ #ifndef VF_VERTEX_H #define VF_VERTEX_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "math/m_vector.h" enum { -- cgit v1.2.3