Module: Mesa Branch: master Commit: 82cc8261d352384c2545b1ac25a9331854ca2239 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82cc8261d352384c2545b1ac25a9331854ca2239
Author: Vinson Lee <[email protected]> Date: Sun Nov 7 21:05:01 2010 -0800 mesa: Clean up header file inclusion in drawtex.h. --- src/mesa/main/drawtex.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/drawtex.h b/src/mesa/main/drawtex.h index d7d5075..13ff6f9 100644 --- a/src/mesa/main/drawtex.h +++ b/src/mesa/main/drawtex.h @@ -25,7 +25,8 @@ #define DRAWTEX_H -#include "main/mtypes.h" +#include "glheader.h" +#include "mfeatures.h" #if FEATURE_OES_draw_texture _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
