test/mem: disable ASan when accessing unallocated memory
[dpdk.git] / lib / eal / common / eal_common_hexdump.c
index 2d2179d..63bbbdc 100644 (file)
@@ -1,10 +1,7 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  * Copyright(c) 2010-2014 Intel Corporation
  */
-#include <stdlib.h>
 #include <stdio.h>
-#include <errno.h>
-#include <stdint.h>
 #include <rte_hexdump.h>
 #include <rte_string_fns.h>