remove unnecessary extern "C" blocks
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 10 Jan 2023 08:19:31 +0000 (09:19 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 Feb 2023 13:12:06 +0000 (14:12 +0100)
commitd76aa73fad1f64c192856e1420ad0756f5e3b778
treedcc9592f942d81a16f10cf433fa748f532015e85
parent808d15b383fecb3ec540186f68767a211c756c5a
remove unnecessary extern "C" blocks

A handful of header files in QEMU are wrapped with extern "C" blocks.
These are not necessary: there are C++ source files anymore in QEMU,
and even where there were some, they did not include most of these
files anyway.

Remove them for consistency.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/disas/dis-asm.h
include/qemu/bswap.h
include/qemu/envlist.h
include/qemu/rcu.h
include/qemu/rcu_queue.h
include/qemu/uri.h