diff options
author | Markus Armbruster | 2016-06-29 11:49:19 +0200 |
---|---|---|
committer | Markus Armbruster | 2016-07-12 16:19:16 +0200 |
commit | 965379b4555aef0aaae734a7be139454bb0fcac4 (patch) | |
tree | 68a60edb3afd54e3e8a3cc085df09eee25202680 /audio/audio_int.h | |
parent | libdecnumber: Don't fool around with guards to avoid #include (diff) | |
download | qemu-965379b4555aef0aaae734a7be139454bb0fcac4.tar.gz qemu-965379b4555aef0aaae734a7be139454bb0fcac4.tar.xz qemu-965379b4555aef0aaae734a7be139454bb0fcac4.zip |
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>
Diffstat (limited to 'audio/audio_int.h')
0 files changed, 0 insertions, 0 deletions