test: Remove gnu/lib-names.h from libstat_wrapper.c (#482)

It doesn't appear to be needed!
This commit is contained in:
Chrissie Caulfield 2023-03-23 14:49:35 +00:00 committed by GitHub
parent 4dcdfe9856
commit 335dbb6e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,6 @@
#include <string.h>
#include <sys/stat.h>
#include "../include/config.h"
#if defined(QB_LINUX) || defined(QB_CYGWIN)
#include <gnu/lib-names.h>
#endif
// __xstat for earlier libc
int __xstat(int __ver, const char *__filename, struct stat *__stat_buf)