diff options
author | Vinson Lee <[email protected]> | 2010-11-20 22:30:27 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-20 22:30:27 -0800 |
commit | 9732a93f402453a8bda8923b856e7bbde53ad3b2 (patch) | |
tree | 8400ea6126d9807957885512dbee9868e764e141 /src/mesa/main/shared.h | |
parent | 20f041952c9d71f9cd42b56d148bdc93b8472b57 (diff) |
mesa: Clean up header file inclusion in shared.h.
Diffstat (limited to 'src/mesa/main/shared.h')
-rw-r--r-- | src/mesa/main/shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/shared.h b/src/mesa/main/shared.h index 43f8a388e6f..768d69f6942 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); |