From 31bdc53057441cd8b3eb5a07bd723167079f7b83 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 6 Nov 2010 20:40:13 -0700 Subject: [PATCH] mesa: Clean up header file inclusion in version.h. --- src/mesa/main/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 6552a3a7843..1b535080991 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -28,7 +28,7 @@ #define VERSION_H -#include "mtypes.h" +struct gl_context; /* Mesa version */ -- 2.30.2