mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06: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:
parent
72ac97cdfc
commit
f5d7f14646
7 changed files with 0 additions and 8 deletions
|
@ -82,7 +82,6 @@
|
|||
/* Routines */
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
||||
#include "decimal128Symbols.h"
|
||||
|
||||
/* String conversions */
|
||||
decimal128 * decimal128FromString(decimal128 *, const char *, decContext *);
|
||||
|
|
|
@ -80,7 +80,6 @@
|
|||
/* Routines */
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
||||
#include "decimal32Symbols.h"
|
||||
|
||||
/* String conversions */
|
||||
decimal32 * decimal32FromString(decimal32 *, const char *, decContext *);
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
/* Routines */
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
||||
#include "decimal64Symbols.h"
|
||||
|
||||
/* String conversions */
|
||||
decimal64 * decimal64FromString(decimal64 *, const char *, decContext *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue