diff options
-rw-r--r-- | include/qemu/queue.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/queue.h b/include/qemu/queue.h index 0379bd8..73bf4a9 100644 --- a/include/qemu/queue.h +++ b/include/qemu/queue.h @@ -78,8 +78,6 @@ * For details on the use of these macros, see the queue(3) manual page. */ -#include "qemu/atomic.h" /* for smp_wmb() */ - /* * List definitions. */ |