examples/performance-thread: remove useless include
authorWei Dai <wei.dai@intel.com>
Mon, 13 Mar 2017 08:59:26 +0000 (16:59 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 13:03:39 +0000 (15:03 +0200)
There is no function to refer any part of execinfo.h, so remove the
reference to it.
And there is no this file in musl. So need to remove it to support musl.

Signed-off-by: Wei Dai <wei.dai@intel.com>
examples/performance-thread/common/lthread_tls.c

index 6876f83..47505f2 100644 (file)
@@ -42,7 +42,6 @@
 #include <fcntl.h>
 #include <sys/time.h>
 #include <sys/mman.h>
-#include <execinfo.h>
 #include <sched.h>
 
 #include <rte_malloc.h>