diff options
author | Erik Skultety <eskultet@redhat.com> | 2018-09-18 15:55:56 +0200 |
---|---|---|
committer | Erik Skultety <eskultet@redhat.com> | 2018-09-20 10:16:39 +0200 |
commit | 5165ff097140227a643c2d14dd9289da1b839b5a (patch) | |
tree | d1f4f52ab03506e301c5b83e148a1892a0c4cc62 /tools/virt-host-validate.c | |
parent | 9403b63102a04cc5862d8a8a17c0c7314f0f955f (diff) | |
download | libvirt-5165ff097140227a643c2d14dd9289da1b839b5a.tar.gz |
src: More cleanup of some system headers already contained in internal.h
All of the ones being removed are pulled in by internal.h. The only
exception is sanlock which expects the application to include <stdint.h>
before sanlock's headers, because sanlock prototypes use fixed width
int, but they don't include stdint.h themselves, so we have to leave
that one in place.
Signed-off-by: Erik Skultety <eskultet@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'tools/virt-host-validate.c')
-rw-r--r-- | tools/virt-host-validate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/virt-host-validate.c b/tools/virt-host-validate.c index 1c0ec8c92e..e797e63475 100644 --- a/tools/virt-host-validate.c +++ b/tools/virt-host-validate.c @@ -21,7 +21,6 @@ #include <config.h> -#include <stdlib.h> #ifdef HAVE_LIBINTL_H # include <libintl.h> #endif /* HAVE_LIBINTL_H */ |