qemu/include/libdecnumber/dpd
Markus Armbruster 6031a51f1d libdecnumber: Don't fool around with guards to avoid #include
Some libdecnumber headers avoid including decNumber.h or decContext.h
again by checking their header guards.  Don't.  Including them
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>
2016-07-12 16:19:16 +02:00
..
decimal32.h libdecnumber: Don't fool around with guards to avoid #include 2016-07-12 16:19:16 +02:00
decimal64.h libdecnumber: Don't fool around with guards to avoid #include 2016-07-12 16:19:16 +02:00
decimal128.h libdecnumber: Don't fool around with guards to avoid #include 2016-07-12 16:19:16 +02:00
decimal128Local.h