util: Remove redundant #if !defined(XF86_LIBC_H) in u_string.h

This is added in 3b5ee3d6de but then dropped
in fe14868d96
So this is not needed anymore

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23897>
This commit is contained in:
Yonggang Luo 2023-06-28 12:37:46 +08:00 committed by Marge Bot
parent 2aafd9d7e2
commit 34072923a9

View file

@ -35,12 +35,10 @@
#ifndef U_STRING_H_ #ifndef U_STRING_H_
#define U_STRING_H_ #define U_STRING_H_
#if !defined(XF86_LIBC_H)
#include <stdio.h>
#endif
#include <stdlib.h> #include <stdlib.h>
#include <stddef.h> #include <stddef.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h>
#include <string.h> #include <string.h>
#include <limits.h> #include <limits.h>