examples/performance-thread: remove useless include
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>
This commit is contained in:
parent
2f6fec5390
commit
232dc830f2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user