diff options
author | Vinson Lee <[email protected]> | 2010-11-07 21:09:32 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-07 21:09:32 -0800 |
commit | 0be44c94065063a3ee4eaab30d01f68c734773e6 (patch) | |
tree | 710257c759b25f442e91c48c3b6da84c47c89b52 /src/mesa/main/enable.h | |
parent | 82cc8261d352384c2545b1ac25a9331854ca2239 (diff) |
mesa: Clean up header file inclusion in enable.h.
Diffstat (limited to 'src/mesa/main/enable.h')
-rw-r--r-- | src/mesa/main/enable.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/enable.h b/src/mesa/main/enable.h index 69e52b1cb26..6d90c170c8a 100644 --- a/src/mesa/main/enable.h +++ b/src/mesa/main/enable.h @@ -32,7 +32,9 @@ #define ENABLE_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; extern void |