On a Thursday in 2020, Michal Privoznik wrote:
This allows us to drop include of readline header files from
virsh.c and virt-admin.c because they needed it only because of
the add_history() function.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
tools/virsh.c | 10 ++--------
tools/virt-admin.c | 10 ++--------
tools/vsh.c | 12 ++++++++++++
tools/vsh.h | 2 ++
4 files changed, 18 insertions(+), 16 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano