mesa: Reduce arrayobj.h header file inclusion.

Directly include mtypes.h instead of including context.h to include
mtypes.h.
This commit is contained in:
Vinson Lee 2010-07-28 23:16:31 -07:00
parent 97b416eb67
commit 2bff1a08d9

View file

@ -28,7 +28,7 @@
#ifndef ARRAYOBJ_H
#define ARRAYOBJ_H
#include "context.h"
#include "mtypes.h"
/**
* \file arrayobj.h