test/mem: disable ASan when accessing unallocated memory
[dpdk.git] / lib / eal / common / eal_common_string_fns.c
index ddd1891..0236ae4 100644 (file)
@@ -2,9 +2,7 @@
  * Copyright(c) 2010-2014 Intel Corporation
  */
 
-#include <string.h>
 #include <stdio.h>
-#include <stdarg.h>
 #include <errno.h>
 
 #include <rte_string_fns.h>