summaryrefslogtreecommitdiff
path: root/src/mesa/main/arrayobj.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-07 14:29:21 -0800
committerVinson Lee <vlee@vmware.com>2010-11-07 14:29:21 -0800
commit3a223c3098ed6ae7d2c0dfcea6d1eee62bea3cc8 (patch)
tree912236fd8b98a5bdc5fa735196ea3221edda0173 /src/mesa/main/arrayobj.h
parent9f064116458ff68b92f179a19be4615f003eaa3e (diff)
mesa: Clean up header file inclusion in arrayobj.h.
Diffstat (limited to 'src/mesa/main/arrayobj.h')
-rw-r--r--src/mesa/main/arrayobj.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/arrayobj.h b/src/mesa/main/arrayobj.h
index 26e3af19c9..0b5a013037 100644
--- a/src/mesa/main/arrayobj.h
+++ b/src/mesa/main/arrayobj.h
@@ -28,7 +28,9 @@
#ifndef ARRAYOBJ_H
#define ARRAYOBJ_H
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_context;
/**
* \file arrayobj.h