mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-04 21:47:16 +03:00
virsh: drop unused headers
The previous commit now trips up 'make syntax-check' due to a useless use of <signal.h>. * tools/virsh.c (includes): Drop useless includes.
This commit is contained in:
parent
cc2150d212
commit
521b7ab7eb
@ -32,9 +32,7 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
#include "c-ctype.h"
|
||||
#include <fcntl.h>
|
||||
#include <locale.h>
|
||||
@ -43,8 +41,6 @@
|
||||
#include <assert.h>
|
||||
#include <sys/stat.h>
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <poll.h>
|
||||
#include <strings.h>
|
||||
#include <termios.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user