mesa: Reduce arrayobj.h header file inclusion.
authorVinson Lee <vlee@vmware.com>
Thu, 29 Jul 2010 06:16:31 +0000 (23:16 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 29 Jul 2010 06:16:31 +0000 (23:16 -0700)
Directly include mtypes.h instead of including context.h to include
mtypes.h.

src/mesa/main/arrayobj.h

index 8999edc724f0603b79394e178e5a903abc5d3055..fdf7e2bca4672ec5c627940f092b293d8293728a 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef ARRAYOBJ_H
 #define ARRAYOBJ_H
 
-#include "context.h"
+#include "mtypes.h"
 
 /**
  * \file arrayobj.h