summaryrefslogtreecommitdiff
path: root/src/mesa/vf
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-13 01:23:39 -0700
committerVinson Lee <vlee@vmware.com>2010-08-13 01:23:39 -0700
commit48def868d96bdcef61d31bd4399d5bbb3bb8818d (patch)
tree0789e65981419c1b75d4f10c0bfe604f90f4adc6 /src/mesa/vf
parent5dbd3fe3d4f3f6eb4f601ae8a3c77720ca83e790 (diff)
mesa: Clean up header file inclusion in vf.h.
Remove mtypes.h. Include glheader.h for GL symbols.
Diffstat (limited to 'src/mesa/vf')
-rw-r--r--src/mesa/vf/vf.h2
1 files changed, 1 insertions, 1 deletions
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 {