diff options
author | Vinson Lee <[email protected]> | 2010-11-07 21:02:31 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-07 21:02:31 -0800 |
commit | 5c2558884f497d24b3063afa72949a3f7d2a42c9 (patch) | |
tree | 254e07cbfcf4565ca365e236764ef3e4b0bb3fb8 /src/mesa/main/drawpix.h | |
parent | 5953eac7ac8c161067c0ca0a9019e83cd40cb58b (diff) |
mesa: Clean up header file inclusion in drawpix.h.
Diffstat (limited to 'src/mesa/main/drawpix.h')
-rw-r--r-- | src/mesa/main/drawpix.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/drawpix.h b/src/mesa/main/drawpix.h index 1f95ff5294d..31baa192ec5 100644 --- a/src/mesa/main/drawpix.h +++ b/src/mesa/main/drawpix.h @@ -26,7 +26,10 @@ #define DRAWPIX_H -#include "main/mtypes.h" +#include "compiler.h" +#include "mfeatures.h" + +struct _glapi_table; #if FEATURE_drawpix |