OSDN Git Service

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 8999edc..fdf7e2b 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef ARRAYOBJ_H
 #define ARRAYOBJ_H
 
-#include "context.h"
+#include "mtypes.h"
 
 /**
  * \file arrayobj.h