From 0117da40cd7edd3d165bb28569c289b37eca12b9 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 5 Jan 2011 23:11:54 -0800 Subject: mesa: Include mtypes.h in files that use gl_context struct. Directly include mtypes.h if a file uses a gl_context struct. This allows future removal of headers that are not strictly necessary but indirectly include mtypes.h for a file. --- src/mesa/main/drawtex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/drawtex.c') diff --git a/src/mesa/main/drawtex.c b/src/mesa/main/drawtex.c index b9afc9974e..7a52d221e1 100644 --- a/src/mesa/main/drawtex.c +++ b/src/mesa/main/drawtex.c @@ -24,6 +24,7 @@ #include "main/drawtex.h" #include "main/state.h" #include "main/imports.h" +#include "main/mtypes.h" #if FEATURE_OES_draw_texture -- cgit v1.2.3