eal/x86: remove atomic header include loop
authorHaiyue Wang <haiyue.wang@intel.com>
Thu, 24 Mar 2022 08:41:43 +0000 (16:41 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 30 Mar 2022 16:54:14 +0000 (18:54 +0200)
Remove the x86 top atomic header include from the architecture related
header file, since this x86 top atomic header file has included them.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
lib/eal/x86/include/rte_atomic_32.h
lib/eal/x86/include/rte_atomic_64.h

index f63b7fa..c885a66 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <stdint.h>
 #include <rte_common.h>
-#include <rte_atomic.h>
 
 /*------------------------- 64 bit atomic operations -------------------------*/
 
index cfe7067..0edee86 100644 (file)
@@ -19,7 +19,6 @@
 #include <stdint.h>
 #include <rte_common.h>
 #include <rte_compat.h>
-#include <rte_atomic.h>
 
 /*------------------------- 64 bit atomic operations -------------------------*/