Mesa (master): mesa: Remove duplicate include.

Mathias Fröhlich frohlich at kemper.freedesktop.org
Mon Aug 15 05:22:05 UTC 2016


Module: Mesa
Branch: master
Commit: 312ece9cd773553a8a45a5d81edc7c09032ff4f1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=312ece9cd773553a8a45a5d81edc7c09032ff4f1

Author: Mathias Fröhlich <mathias.froehlich at web.de>
Date:   Sun Aug 14 14:03:58 2016 +0200

mesa: Remove duplicate include.

In api_validate.c stdbool.h was included twice.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich at web.de>
Reviewed-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 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 ae3e118..384a8858 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 <stdbool.h>
 
 
 /**




More information about the mesa-commit mailing list