76a1df4d0d
This patch revmoves include of the numaif.h header from rte_eth_vhost.c. Commit 586e39001317 ("vhost: export numa node") moved the invocation of get_mempolicy() from rte_eth_vhost.c to librte_vhost. So there is no need to include the numaif.h header anymore in rte_eth_vhost.c. Signed-off-by: Rami Rosen <rami.rosen@intel.com> Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>