]> git.proxmox.com Git - mirror_qemu.git/commitdiff
libdecnumber: Don't error out on decNumberLocal.h re-inclusion
authorMarkus Armbruster <armbru@redhat.com>
Wed, 29 Jun 2016 09:49:19 +0000 (11:49 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 12 Jul 2016 14:19:16 +0000 (16:19 +0200)
decNumberLocal.h errors out when it's included with its header guard
defined.  This catches multiple inclusions.

Drop that.  Including it multiple times is safe, and the compiler can
do it efficiently.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>

No differences found