summaryrefslogtreecommitdiff
path: root/examples/helloworld
diff options
context:
space:
mode:
authorDavid Marchand <[email protected]>2015-03-04 22:50:03 +0100
committerThomas Monjalon <[email protected]>2015-03-10 11:47:46 +0100
commitff708facfcbf42f3dcb3c62d82ecd93e7b8c2506 (patch)
tree60d11869a487bc08a433423ffb51191ffb7886e4 /examples/helloworld
parentb8320b982463c98aeeea88e8b061d45412f09da0 (diff)
tailq: remove unneeded inclusions
Only keep inclusion where really needed. Signed-off-by: David Marchand <[email protected]> Acked-by: Neil Horman <[email protected]>
Diffstat (limited to 'examples/helloworld')
-rw-r--r--examples/helloworld/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/helloworld/main.c b/examples/helloworld/main.c
index a4bbd11010..8b7a2de0ee 100644
--- a/examples/helloworld/main.c
+++ b/examples/helloworld/main.c
@@ -40,7 +40,6 @@
#include <rte_memory.h>
#include <rte_memzone.h>
#include <rte_launch.h>
-#include <rte_tailq.h>
#include <rte_eal.h>
#include <rte_per_lcore.h>
#include <rte_lcore.h>