diff options
author | Vinson Lee <[email protected]> | 2010-11-06 20:40:13 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-06 20:40:13 -0700 |
commit | 31bdc53057441cd8b3eb5a07bd723167079f7b83 (patch) | |
tree | 43ceb08438491714df271c24f8d6fca9fb087a1a /src/mesa/main/version.h | |
parent | 7a33b1c0a917a71441056e113047d5aec938a115 (diff) |
mesa: Clean up header file inclusion in version.h.
Diffstat (limited to 'src/mesa/main/version.h')
-rw-r--r-- | src/mesa/main/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 6552a3a7843..1b535080991 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -28,7 +28,7 @@ #define VERSION_H -#include "mtypes.h" +struct gl_context; /* Mesa version */ |