From: Jerin Jacob Date: Sun, 30 Aug 2015 08:55:20 +0000 (+0530) Subject: sched: remove unused inclusion of intrinsics X-Git-Tag: spdx-start~8487 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=dcc5cdf5df07d85fb0fef208a39a12f56dd3063f;p=dpdk.git sched: remove unused inclusion of intrinsics SSSE3 intrinsics not used in rte_bitmap.h Signed-off-by: Jerin Jacob --- diff --git a/lib/librte_sched/rte_bitmap.h b/lib/librte_sched/rte_bitmap.h index 216a344a0a..3d911e42b8 100644 --- a/lib/librte_sched/rte_bitmap.h +++ b/lib/librte_sched/rte_bitmap.h @@ -73,9 +73,6 @@ extern "C" { #ifndef RTE_BITMAP_OPTIMIZATIONS #define RTE_BITMAP_OPTIMIZATIONS 1 #endif -#if RTE_BITMAP_OPTIMIZATIONS -#include -#endif /* Slab */ #define RTE_BITMAP_SLAB_BIT_SIZE 64