[Mesa-dev] [PATCH 5/5] mesa: Remove duplicate include.

Brian Paul brian.e.paul at gmail.com
Mon Aug 15 00:47:38 UTC 2016


Series LGTM.  Reviewed-by: Brian Paul <brianp at vmware.com>


On Sun, Aug 14, 2016 at 12:12 PM, <Mathias.Froehlich at gmx.net> wrote:

> From: Mathias Fröhlich <mathias.froehlich at web.de>
>
> In api_validate.c stdbool.h was included twice.
>
> Signed-off-by: Mathias Fröhlich <Mathias.Froehlich at web.de>
> ---
>  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>
>
>
>  /**
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160814/e5358570/attachment-0001.html>


More information about the mesa-dev mailing list