]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/common/eal_common_timer.c
test/mem: disable ASan when accessing unallocated memory
[dpdk.git] / lib / eal / common / eal_common_timer.c
index 86f8429847e07896238a6bf7490e6f35d2d3caef..5686a5102b66d666d4b63eb6413d9476f467bef0 100644 (file)
@@ -2,16 +2,10 @@
  * Copyright(c) 2010-2014 Intel Corporation
  */
 
-#include <string.h>
 #include <stdio.h>
-#include <unistd.h>
 #include <inttypes.h>
-#include <sys/types.h>
-#include <time.h>
-#include <errno.h>
 
 #include <rte_common.h>
-#include <rte_compat.h>
 #include <rte_log.h>
 #include <rte_cycles.h>
 #include <rte_pause.h>