mirror of
https://github.com/mii443/qemu.git
synced 2025-12-18 06:19:07 +00:00
libdecnumber: Eliminate #include *Symbols.h
The various *Symbols.h files were not copied from the original GCC libdecnumber
library; they are not necessary for use in QEMU. Remove all instances of
#include "*Symbols.h"
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
72ac97cdfc
commit
f5d7f14646
@@ -111,7 +111,6 @@
|
||||
/* decNumber public functions and macros */
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
||||
#include "decNumberSymbols.h"
|
||||
|
||||
/* Conversions */
|
||||
decNumber * decNumberFromInt32(decNumber *, int32_t);
|
||||
|
||||
Reference in New Issue
Block a user