mesa: Clean up header file inclusion in arrayobj.h.

This commit is contained in:
Vinson Lee
2010-11-07 14:29:21 -08:00
parent 9f06411645
commit 3a223c3098

View File

@@ -28,7 +28,9 @@
#ifndef ARRAYOBJ_H #ifndef ARRAYOBJ_H
#define ARRAYOBJ_H #define ARRAYOBJ_H
#include "mtypes.h" #include "glheader.h"
struct gl_context;
/** /**
* \file arrayobj.h * \file arrayobj.h