summaryrefslogtreecommitdiff
path: root/src/mesa/main/bufferobj.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-29 18:03:20 -0700
committerVinson Lee <vlee@vmware.com>2010-07-29 18:03:20 -0700
commite5c128379a7233200acc156b0a48ac669d419055 (patch)
tree3c6f2147859c57a7b759d72173c24efa9f72cf2f /src/mesa/main/bufferobj.h
parentbbe1385201e993a84b5ddf9aebd85e87417bbef3 (diff)
mesa: Reduce bufferobj.h header file inclusion.
Directly include mtypes.h instead of including context.h to include mtypes.h.
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r--src/mesa/main/bufferobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h
index 912529cfdf..f234d06c6c 100644
--- a/src/mesa/main/bufferobj.h
+++ b/src/mesa/main/bufferobj.h
@@ -29,7 +29,7 @@
#define BUFFEROBJ_H
-#include "context.h"
+#include "mtypes.h"
/*