From 312ece9cd773553a8a45a5d81edc7c09032ff4f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathias=20Fr=C3=B6hlich?= Date: Sun, 14 Aug 2016 14:03:58 +0200 Subject: [PATCH] mesa: Remove duplicate include. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In api_validate.c stdbool.h was included twice. Signed-off-by: Mathias Fröhlich Reviewed-by: Brian Paul Reviewed-by: Eric Anholt --- src/mesa/main/api_validate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/api_validate.c b/src/mesa/main/api_validate.c index ae3e118f426..384a8858e8b 100644 --- a/src/mesa/main/api_validate.c +++ b/src/mesa/main/api_validate.c @@ -33,7 +33,6 @@ #include "enums.h" #include "vbo/vbo.h" #include "transformfeedback.h" -#include /** -- 2.30.2