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:
+1
-3
@@ -35,12 +35,10 @@
|
||||
#ifndef U_STRING_H_
|
||||
#define U_STRING_H_
|
||||
|
||||
#if !defined(XF86_LIBC_H)
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user