]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_malloc/malloc_heap.c
lib: fix whitespace
[dpdk.git] / lib / librte_malloc / malloc_heap.c
index 95fcfecf4945f9aebcc2ed1985c055c7c15d91f9..8861d27bfb13e686845ab86ebc13761f18331a78 100644 (file)
@@ -40,7 +40,6 @@
 
 #include <rte_memory.h>
 #include <rte_memzone.h>
-#include <rte_tailq.h>
 #include <rte_eal.h>
 #include <rte_eal_memconfig.h>
 #include <rte_launch.h>
@@ -207,4 +206,3 @@ malloc_heap_get_stats(const struct malloc_heap *heap,
        socket_stats->alloc_count = heap->alloc_count;
        return 0;
 }
-