app: remove unneeded atomic header include
authorJoyce Kong <joyce.kong@arm.com>
Wed, 17 Nov 2021 08:22:00 +0000 (08:22 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 17 Nov 2021 10:07:06 +0000 (11:07 +0100)
commit1f8cc1a388610c348da7e379dbff62f1a28690d1
treead0ef960cb7863254a93d1e186c864be3033a9be
parenteac341d38756a8201979d5594a291fbbd09ee480
app: remove unneeded atomic header include

Remove the unnecessary rte_atomic.h included in app modules.

Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
24 files changed:
app/proc-info/main.c
app/test-eventdev/evt_main.c
app/test-pipeline/config.c
app/test-pipeline/init.c
app/test-pipeline/main.c
app/test-pipeline/runtime.c
app/test-pmd/cmdline.c
app/test-pmd/config.c
app/test-pmd/csumonly.c
app/test-pmd/flowgen.c
app/test-pmd/icmpecho.c
app/test-pmd/iofwd.c
app/test-pmd/macfwd.c
app/test-pmd/macswap.c
app/test-pmd/parameters.c
app/test-pmd/rxonly.c
app/test-pmd/txonly.c
app/test/commands.c
app/test/test_barrier.c
app/test/test_event_timer_adapter.c
app/test/test_mbuf.c
app/test/test_mp_secondary.c
app/test/test_ring.c
app/test/test_timer_secondary.c