summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-20 22:30:27 -0800
committerVinson Lee <vlee@vmware.com>2010-11-20 22:30:27 -0800
commit9732a93f402453a8bda8923b856e7bbde53ad3b2 (patch)
tree8400ea6126d9807957885512dbee9868e764e141 /src
parent20f041952c9d71f9cd42b56d148bdc93b8472b57 (diff)
mesa: Clean up header file inclusion in shared.h.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/shared.h b/src/mesa/main/shared.h
index 43f8a388e6..768d69f694 100644
--- a/src/mesa/main/shared.h
+++ b/src/mesa/main/shared.h
@@ -25,7 +25,7 @@
#ifndef SHARED_H
#define SHARED_H
-#include "mtypes.h"
+struct gl_context;
struct gl_shared_state *
_mesa_alloc_shared_state(struct gl_context *ctx);