mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 09:00:10 +01:00
util: Remove redundant #if !defined(XF86_LIBC_H) in u_string.h
This is added in3b5ee3d6debut then dropped infe14868d96So 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:
parent
2aafd9d7e2
commit
34072923a9
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue