From 82cc8261d352384c2545b1ac25a9331854ca2239 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 7 Nov 2010 21:05:01 -0800 Subject: mesa: Clean up header file inclusion in drawtex.h. --- src/mesa/main/drawtex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/drawtex.h') diff --git a/src/mesa/main/drawtex.h b/src/mesa/main/drawtex.h index d7d507566b..13ff6f97e9 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 -- cgit v1.2.3