qemu-e2k/include/libdecnumber
Markus Armbruster 965379b455 libdecnumber: Don't error out on decNumberLocal.h re-inclusion
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>
2016-07-12 16:19:16 +02:00
..
dpd libdecnumber: Don't fool around with guards to avoid #include 2016-07-12 16:19:16 +02:00
dconfig.h include: Clean up includes 2016-02-23 12:43:05 +00:00
decContext.h include: Clean up includes 2016-02-23 12:43:05 +00:00
decDPD.h libdecnumber: Eliminate #include *Symbols.h 2014-06-16 13:24:28 +02:00
decNumber.h libdecnumber: Don't fool around with guards to avoid #include 2016-07-12 16:19:16 +02:00
decNumberLocal.h libdecnumber: Don't error out on decNumberLocal.h re-inclusion 2016-07-12 16:19:16 +02:00