diff options
author | Vinson Lee <[email protected]> | 2010-11-06 20:50:13 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-06 20:50:13 -0700 |
commit | af12de279ea36fa5bc985bbe27ca9e93529cd82f (patch) | |
tree | 11e1a23f5c2c6ffd57a4ac0b662d33b04f1d3300 | |
parent | 31bdc53057441cd8b3eb5a07bd723167079f7b83 (diff) |
mesa: Clean up header file inclusion in api_loopback.h.
-rw-r--r-- | src/mesa/main/api_loopback.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/api_loopback.h b/src/mesa/main/api_loopback.h index 3140eb515ee..b9af703ca73 100644 --- a/src/mesa/main/api_loopback.h +++ b/src/mesa/main/api_loopback.h @@ -27,7 +27,10 @@ #ifndef API_LOOPBACK_H #define API_LOOPBACK_H -#include "main/mtypes.h" +#include "main/compiler.h" +#include "main/mfeatures.h" + +struct _glapi_table; #if FEATURE_beginend |