gallium: remove stale comment

This hasn't been true for a long time, let's remove the comment.

Fixes: 0d4898ae80 ("include,gallium: Remove pre-MSVC 2013 compatibility.")
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16908>
This commit is contained in:
Erik Faye-Lund 2022-06-08 10:30:27 +02:00 committed by Marge Bot
parent e3bc78b8e3
commit d791184b46

View file

@ -54,10 +54,6 @@
#endif /* _MSC_VER */
/*
* Alternative stdint.h and stdbool.h headers are supplied in include/c99 for
* systems that lack it.
*/
#include <stdint.h>
#include <stdbool.h>