]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/common/eal_common_errno.c
test/mem: disable ASan when accessing unallocated memory
[dpdk.git] / lib / eal / common / eal_common_errno.c
index 7507c746ecc9c499152ad4e81e121a9dd2a7548c..ef8f782abbc0893fd16c5a6a7419fece5c683ba9 100644 (file)
@@ -5,15 +5,11 @@
 /* Use XSI-compliant portable version of strerror_r() */
 #undef _GNU_SOURCE
 
-#include <stdint.h>
 #include <stdio.h>
 #include <string.h>
-#include <stdarg.h>
-#include <errno.h>
 
 #include <rte_per_lcore.h>
 #include <rte_errno.h>
-#include <rte_string_fns.h>
 
 #ifdef RTE_EXEC_ENV_WINDOWS
 #define strerror_r(errnum, buf, buflen) strerror_s(buf, buflen, errnum)