]> xenbits.xensource.com Git - libvirt.git/commitdiff
internal: Move <stdio.h> include to internal.h
authorErik Skultety <eskultet@redhat.com>
Tue, 18 Sep 2018 13:21:22 +0000 (15:21 +0200)
committerErik Skultety <eskultet@redhat.com>
Thu, 20 Sep 2018 08:16:38 +0000 (10:16 +0200)
It doesn't really make sense for us to have stdlib.h and string.h but
not stdio.h in the internal.h header.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
137 files changed:
src/bhyve/bhyve_capabilities.c
src/conf/capabilities.c
src/conf/storage_conf.c
src/esx/esx_storage_backend_iscsi.c
src/esx/esx_storage_backend_vmfs.c
src/internal.h
src/libvirt.c
src/locking/lock_driver_sanlock.c
src/locking/sanlock_helper.c
src/lxc/lxc_container.c
src/lxc/lxc_fuse.c
src/lxc/lxc_native.c
src/network/bridge_driver.c
src/network/leaseshelper.c
src/node_device/node_device_hal.c
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_driver.c
src/rpc/virnetservermdns.c
src/security/virt-aa-helper.c
src/storage/parthelper.c
src/storage/storage_backend_disk.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_logical.c
src/storage/storage_backend_mpath.c
src/storage/storage_backend_scsi.c
src/storage/storage_driver.c
src/storage/storage_util.c
src/test/test_driver.c
src/uml/uml_driver.c
src/util/iohelper.c
src/util/virarptable.c
src/util/viraudit.c
src/util/virbitmap.c
src/util/virbuffer.c
src/util/vircgroup.c
src/util/virconf.c
src/util/virdnsmasq.c
src/util/virerror.c
src/util/virfile.h
src/util/virgettext.c
src/util/virhook.c
src/util/virhostcpu.c
src/util/virhostdev.c
src/util/virhostmem.c
src/util/viriptables.c
src/util/viriscsi.c
src/util/virkeyfile.c
src/util/virlog.c
src/util/virmacaddr.c
src/util/virnetdevmacvlan.c
src/util/virnetdevopenvswitch.c
src/util/virnetdevtap.c
src/util/virnetdevvportprofile.c
src/util/virpci.c
src/util/virscsi.c
src/util/virsexpr.c
src/util/virstring.c
src/util/virsysinfo.c
src/util/virtime.c
src/util/virusb.c
src/util/virutil.c
src/util/viruuid.c
src/util/virxml.c
src/vz/vz_driver.c
src/xenapi/xenapi_utils.c
tests/commandhelper.c
tests/commandtest.c
tests/cputest.c
tests/domainsnapshotxml2xmltest.c
tests/esxutilstest.c
tests/genericxml2xmltest.c
tests/interfacexml2xmltest.c
tests/libxlxml2domconfigtest.c
tests/lxcxml2xmltest.c
tests/networkxml2conftest.c
tests/networkxml2xmltest.c
tests/networkxml2xmlupdatetest.c
tests/nodedevxml2xmltest.c
tests/nwfilterxml2xmltest.c
tests/openvzutilstest.c
tests/qemuargv2xmltest.c
tests/qemucapsprobemock.c
tests/qemumemlocktest.c
tests/qemumonitortestutils.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/seclabeltest.c
tests/securityselinuxlabeltest.c
tests/securityselinuxtest.c
tests/sexpr2xmltest.c
tests/shunloadtest.c
tests/sockettest.c
tests/ssh.c
tests/storagebackendsheepdogtest.c
tests/storagepoolxml2xmltest.c
tests/storagevolxml2xmltest.c
tests/sysinfotest.c
tests/testutils.c
tests/testutils.h
tests/utiltest.c
tests/vboxsnapshotxmltest.c
tests/virbuftest.c
tests/vircgroupmock.c
tests/virconftest.c
tests/virfilewrapper.c
tests/virhashtest.c
tests/virhostcputest.c
tests/virhostdevtest.c
tests/virjsontest.c
tests/virmock.h
tests/virnetdevmock.c
tests/virnwfilterbindingxml2xmltest.c
tests/virpcimock.c
tests/virpcitest.c
tests/virportallocatormock.c
tests/virrandommock.c
tests/virrotatingfiletest.c
tests/virshtest.c
tests/virtypedparamtest.c
tests/vmwarevertest.c
tests/vmx2xmltest.c
tests/vshtabletest.c
tests/xlconfigtest.c
tests/xmconfigtest.c
tests/xml2sexprtest.c
tests/xml2vmxtest.c
tools/virsh-console.c
tools/virsh.c
tools/virsh.h
tools/virt-host-validate-bhyve.c
tools/virt-host-validate-common.c
tools/virt-host-validate.c
tools/virt-login-shell.c
tools/vsh.c
tools/vsh.h

index 0da778c5cbaeb8c3f03081c7332de93ea428673b..6feaded2adf2e8518fd2074e8a65094f979e954f 100644 (file)
@@ -23,7 +23,6 @@
 #include <config.h>
 #include <sys/utsname.h>
 #include <dirent.h>
-#include <stdio.h>
 #include <sys/types.h>
 
 #include "viralloc.h"
index 85f538e8c41fa848d1bfd3018e06b679b7029f45..67cd97b374033d8c60180b0cd9b70b39efd309da 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <string.h>
 #include <strings.h>
 #include <stdlib.h>
index 50dbc937e7d2053adb876fbb2787136b71dc11cc..eebbb46102d0263cdca329c2d1a5dbbb679a0bf1 100644 (file)
@@ -28,7 +28,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <errno.h>
-#include <stdio.h>
 #include <fcntl.h>
 #include <string.h>
 
index fd0ace6fcb9664c9867d31f5ee6905d5d42dd670..0897c9cb257cd4bbbed5c5004c859a1e001e65ff 100644 (file)
@@ -23,7 +23,6 @@
 #include <config.h>
 
 #include <string.h>
-#include <stdio.h>
 #include <unistd.h>
 
 #include "internal.h"
index bb2de4b69fb17eb519c74ff197bd4d1955702a9f..58ee753403cfbd229032e0d2b632c04b59b390dc 100644 (file)
@@ -25,7 +25,6 @@
 #include <config.h>
 
 #include <string.h>
-#include <stdio.h>
 #include <unistd.h>
 
 #include "internal.h"
index 47ff0479d232302284070c9c7af5ae7145990119..d30d5da499e9a4bbd8d9e989603d1af0528de304 100644 (file)
@@ -26,6 +26,7 @@
 # include <verify.h>
 # include <stdbool.h>
 # include <stdint.h>
+# include <stdio.h>
 # include <string.h>
 
 # if STATIC_ANALYSIS
index aeb8804714f8294b2b0f1e9b1612447f5f54474d..48856b2803c3a7cfd37d954b458d43b6231808b3 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>
index 66953c70d5194a8c78deba6d5d2aed8afc9dbb9f..daa11728a7ff4156219dd4b3b6bbec97f92639a8 100644 (file)
@@ -25,7 +25,6 @@
 #include <stdint.h>
 #include <unistd.h>
 #include <string.h>
-#include <stdio.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 57e1cfb0317c955a80fbaae791aa943dc44c4557..267c108964e1d98fa50116d994ce352493e27ba0 100644 (file)
@@ -1,5 +1,4 @@
 #include <config.h>
-#include <stdio.h>
 #include <stdlib.h>
 
 #include "internal.h"
index 3a1b2d6819577359cd2b9f3705a58258505f7ea7..f949785f7dd24016b7dc7fdc03e236a0189ce403 100644 (file)
@@ -29,7 +29,6 @@
 #include <fcntl.h>
 #include <limits.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <sys/ioctl.h>
 #include <sys/mount.h>
 #include <sys/wait.h>
index 60d41243a99e01c46af1d7489e4e3627f662ca11..5a5091659edd29df0bdea0283378c4299c77ee7c 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <config.h>
 #include <fcntl.h>
-#include <stdio.h>
 #include <errno.h>
 #include <string.h>
 #include <sys/mount.h>
index 35077e1794b414e5ebae833d82b6a911a8b91751..e1992fd1f932212f24ccfcf4d36f3027d78b59a6 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 #include <config.h>
-#include <stdio.h>
 
 #include "internal.h"
 #include "lxc_container.h"
index 3e2eac2795be2c740d8e28e46c10de922393d452..4d0c9b13d135c984fe7abea242a003496191bbdb 100644 (file)
@@ -27,7 +27,6 @@
 #include <sys/poll.h>
 #include <limits.h>
 #include <string.h>
-#include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <unistd.h>
index b4d87ee651434b2f732a7c84cf8160cfec7f5b6b..ad7e0903f0133404701d757af2b0f2911d0a8941 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 
 #include "virthread.h"
index 2101101bc691cce7489015fd95db4365e50cd360..f36888a525a2b122302179d269fcd1ca6ce04252 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <libhal.h>
 
index 07d0e91b248163f8e04a0167617ced304bf6f813..9c90433a41853be0635974db95a9282b47967d25 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
index 14295dfda0f6e0074c6f3014669d3835affce61d..86e00c422bbe3f9b3b66d54b6c3b21fb5a68cc99 100644 (file)
@@ -32,7 +32,6 @@
 #include <sys/poll.h>
 #include <limits.h>
 #include <string.h>
-#include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <unistd.h>
index faa35a6a417efbd83a50353f7e066672edc094a7..821a9f2f05a820c78f432030e69e76d3e36d543b 100644 (file)
@@ -28,7 +28,6 @@
 #include <sys/stat.h>
 #include <limits.h>
 #include <string.h>
-#include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <unistd.h>
index d3d25c4acf66c5a64f87cc721c6005d933034423..95445c65d05efa30f9d24acb062b9d61a2fe297e 100644 (file)
@@ -29,7 +29,6 @@
 #include <dirent.h>
 #include <limits.h>
 #include <string.h>
-#include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <unistd.h>
index 0a2bc87322f8ec1a3fed5dedb760f8d24a20e025..692675162fea98deb8b1833f27c22e27b24ada17 100644 (file)
@@ -26,7 +26,6 @@
 #include <config.h>
 
 #include <time.h>
-#include <stdio.h>
 #include <stdlib.h>
 
 #if WITH_AVAHI
index f104495af0e52ca7ec0ef285dd9315642b240d03..addfb4a48bc5c6c3092b4f238fc4ae9a0a5eeeaf 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
index afdaa1cee2fe2d9718e8c7404eca9881ba80b414..9025c7e04a2234e36826970f28c9f291432e2d8a 100644 (file)
@@ -33,7 +33,6 @@
 #include <config.h>
 
 #include <parted/parted.h>
-#include <stdio.h>
 #include <string.h>
 #include <libdevmapper.h>
 #include <sys/types.h>
index c638e2db2500f542715247cdf3f49f1eebd12875..a11dc96d4615f7618e4d45492fb279554a3b8b56 100644 (file)
@@ -24,7 +24,6 @@
 #include <config.h>
 #include <string.h>
 #include <unistd.h>
-#include <stdio.h>
 
 #include "dirname.h"
 #include "virerror.h"
index 8983738210e85cc963b046a7a5dbca6ae7d85dc2..beaf2542954012ebedf65855ce34cc744ec9e974 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <stdio.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <string.h>
index 67ca7f514d01c3ce30d07357cff7925358afd0e6..355eeec4cca105f7adf8476f02429ac9e9143d3e 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <sys/wait.h>
 #include <sys/stat.h>
-#include <stdio.h>
 #include <regex.h>
 #include <string.h>
 #include <unistd.h>
index 5dcc40f601f338a030d4c5af99e7fb72286af9a8..9e81fff0b46a024aa8f137e31e03b92e0a9cb6f3 100644 (file)
@@ -24,7 +24,6 @@
 #include <config.h>
 
 #include <unistd.h>
-#include <stdio.h>
 #include <fcntl.h>
 
 #include <libdevmapper.h>
index 0a4ca98a6d01ae4ed428062245441db93d3c28a5..7c927c4d9515b2759be021ef9db99d2ca714d4d9 100644 (file)
@@ -24,7 +24,6 @@
 #include <config.h>
 
 #include <unistd.h>
-#include <stdio.h>
 #include <fcntl.h>
 
 #include "virerror.h"
index c7a7155c201754604e8a38932092abc71bf3fc8f..8f5f9f61dcc1b6a7f85a2315a4974b29053a09d5 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index e78372a5face05c8298f6a570ba163c2990ac1e9..b896a0b7239e142d6f0262cf92de496f57d42d00 100644 (file)
@@ -19,7 +19,6 @@
 #include <config.h>
 
 #include <string.h>
-#include <stdio.h>
 #include <regex.h>
 #include <sys/types.h>
 #include <sys/wait.h>
index 8760babfa13ab7f805058bd558c8fa193c60ed86..2156a3e1cf2d8b0cc23a0b08dcd582a9817f78d8 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <string.h>
 #include <sys/time.h>
 #include <fcntl.h>
index 425c0bac04c9003621fe1c5fb309999ff65b02fb..23491bc69d5a7085422ea32a2f596b4545c2a3b8 100644 (file)
@@ -27,7 +27,6 @@
 #include <sys/poll.h>
 #include <limits.h>
 #include <string.h>
-#include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <unistd.h>
index f7794dc49a30522f7fcad37ff619d773f876a181..11948e158e0db345017153e9ef389a3ffaa1d423 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <unistd.h>
 #include <fcntl.h>
-#include <stdio.h>
 #include <stdlib.h>
 
 #include "virutil.h"
index 217a960d5a3dd9113921600cc8081e1c0f55477f..0426c0b15f646dc29ee8ee06f13763a2803f1d7e 100644 (file)
@@ -24,7 +24,6 @@
 #include <config.h>
 
 #include <stdlib.h>
-#include <stdio.h>
 #include <arpa/inet.h>
 #ifdef __linux__
 # include <linux/rtnetlink.h>
index a49d458819402654f1a407bc6a72aa8b4734eef3..a02e5b36fd9bb1423e7cdf0e3dd18c0ba6083050 100644 (file)
@@ -24,7 +24,6 @@
 #ifdef WITH_AUDIT
 # include <libaudit.h>
 #endif
-#include <stdio.h>
 #include <unistd.h>
 
 #include "virerror.h"
index 5b6e55f2393f7e8bec6e326697da8cd18a719af6..73f0b59cee7498eb63faba5d68dc43ae240683d8 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <limits.h>
 #include <stdint.h>
-#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <sys/types.h>
index 2cf82260a9e594c386bd4a965ba0ab0a2c7cfa4d..3f400f44dbf88e3b6872f507a22558b2842bec55 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
index 64507bf8aa46d69ae26792ca31fc0497c8d7c9a9..4e541ce3005ecf5cb9cb9faa63f155825d155543 100644 (file)
@@ -23,7 +23,6 @@
  */
 #include <config.h>
 
-#include <stdio.h>
 #if defined HAVE_MNTENT_H && defined HAVE_SYS_MOUNT_H \
     && defined HAVE_GETMNTENT_R
 # include <mntent.h>
index e0a3fd12c04f9df0ae2a3a7054292f1093ab8693..5981e0ae98d2503ce669e68eee800c1c1bb0d1ce 100644 (file)
@@ -23,7 +23,6 @@
 #include <config.h>
 
 #include <string.h>
-#include <stdio.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 7872b6ef432e70594819a4743703743bc7638fac..2df732a15b42ed6a46facd51df0586f50c362b4c 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
index 4688e019ccb6d4405698ed7ee87802cde1e1afa9..8bb0382812cfae7994a2adff8da13144c63555fd 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
index 2bc3cf022dbb12217f9fe16d88a9ca13f7f40ef8..0f7dece95874c37b517c33f16237c41cc0d526fd 100644 (file)
@@ -26,7 +26,6 @@
 #ifndef __VIR_FILE_H_
 # define __VIR_FILE_H_
 
-# include <stdio.h>
 # include <dirent.h>
 
 # include "internal.h"
index f583eaf8c4a1922e18126d2abfc6af4397ac9d1b..7c12a5c1429bff2c18c00b8fca1eef3fa6513d8e 100644 (file)
@@ -21,7 +21,6 @@
 #include <config.h>
 
 #include <locale.h>
-#include <stdio.h>
 
 #include "configmake.h"
 #include "internal.h"
index 993f06d819616d0cd9b9fa979675712c7717f97f..e5ac4040e5492504ea693f968bb31ea9cb863188 100644 (file)
@@ -28,7 +28,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <stdio.h>
 
 #include "virerror.h"
 #include "virhook.h"
index 2337ad7d619df61d0a0bd53b646d7c8e9a92f5ba..2906777928eaa81ae4bc75c68febed0fdb17c3c9 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdint.h>
index ca79c37787a6c634ff904747615192b4e5d64bc5..beb491428dcaa1665da81b4300b1c4354f675062 100644 (file)
@@ -30,7 +30,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <stdio.h>
 
 #include "virhostdev.h"
 #include "viralloc.h"
index 6ef5a9f80d3a55f7d95951a0da3941cf40b6f5ac..f64cba28e4719073b030b389ba24a645994d8a96 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdint.h>
index e65e8dc7174d348fc6e90f7ea734e1b8eff17d8e..2366525f181070d52468b03f7c4c394cbda4a816 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
index 0fcedc86933cc8ae16ad773969999d60ffdc85dc..84000733ee4bea9a533af92e22a1ebc1afb7d272 100644 (file)
@@ -23,7 +23,6 @@
 #include <config.h>
 
 #include <regex.h>
-#include <stdio.h>
 
 #include "viriscsi.h"
 
index da064256e522e8a4012348c97f9a2c2ae1e9cbfb..48c025a4a5c1b4194200d407dfba3e747cd13521 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 
 #include "c-ctype.h"
 #include "virlog.h"
index 64c0efc1bde3a029c41d2cae7b08fbe6995c4562..f8d24d845a5fbe972c32a4b9ae6c158825757d6a 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <time.h>
index e739775d298ddc7f2428125c12be7637b56952d8..237e43f9165569b054e096b8e6fadbdd9083cd30 100644 (file)
@@ -24,7 +24,6 @@
 #include <config.h>
 
 #include <stdlib.h>
-#include <stdio.h>
 
 #include "c-ctype.h"
 #include "virmacaddr.h"
index a6b726fedd10f3e199e430117fe764427d34af18..ddb4c3ad0793021a27af1f4ca068f963b7cb0e11 100644 (file)
@@ -43,7 +43,6 @@ VIR_ENUM_IMPL(virNetDevMacVLanMode, VIR_NETDEV_MACVLAN_MODE_LAST,
 
 #if WITH_MACVTAP
 # include <stdint.h>
-# include <stdio.h>
 # include <errno.h>
 # include <fcntl.h>
 # include <sys/socket.h>
index a5de54150ca107ae0cddb6d71b8b47d2ac83e01e..1a4c36654ae5673da130a1dd0ab9d67cfe088a52 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 
 #include "virnetdevopenvswitch.h"
 #include "vircommand.h"
index ff655add051d448eb82ae17be65312880a2221e3..8a9e2df43ac6f423d639405e40b7e26d4c028920 100644 (file)
@@ -36,7 +36,6 @@
 #include "datatypes.h"
 
 #include <stdlib.h>
-#include <stdio.h>
 #include <string.h>
 #include <unistd.h>
 #include <regex.h>
index 215d649c33af7d39bacd40b86fb52e9ae46ca996..14b79da893e586066979f06ebb4e6e3d26e0cc99 100644 (file)
@@ -49,7 +49,6 @@ VIR_ENUM_IMPL(virNetDevVPortProfileOp, VIR_NETDEV_VPORT_PROFILE_OP_LAST,
 #if WITH_VIRTUALPORT
 
 # include <stdint.h>
-# include <stdio.h>
 # include <errno.h>
 # include <fcntl.h>
 # include <c-ctype.h>
index fb3f04fac35833b801116a612cf3695dfb17c4ff..7676bcf0d343e24bff2033b85f0e46dd23f12c8c 100644 (file)
@@ -30,7 +30,6 @@
 #include <fcntl.h>
 #include <inttypes.h>
 #include <limits.h>
-#include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 2297134d0e44c92be511e47f7a6057ffec5b3dfa..1e661f651e8cf92a7cb1a43b0c6cdfce558af5d6 100644 (file)
@@ -29,7 +29,6 @@
 #include <fcntl.h>
 #include <inttypes.h>
 #include <limits.h>
-#include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 885c382a5f3fb257a44350c97877556d3c18ba51..175510950588e782a9ffc5bf81dea66178e3208d 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include "c-ctype.h"
index afad5736e1f7f1245993681d490650986de28316..e407ed845bf81513ac42e15a7b732825e8157112 100644 (file)
@@ -22,7 +22,6 @@
 #include <config.h>
 
 #include <stdlib.h>
-#include <stdio.h>
 #include <regex.h>
 #include <locale.h>
 
index 5795d90c7bfa1cf03d408effabdd26dd63ada067..a3337bfbf653681f330eb7add5287051eda59316 100644 (file)
@@ -28,7 +28,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <stdio.h>
 
 #include "virerror.h"
 #include "virsysinfo.h"
index 640eb5a1d12c1e7b7003c6a97ea98b22745ea748..44ec127401c24a5581a8c6bdaee98ca47505c966 100644 (file)
@@ -33,7 +33,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <unistd.h>
 #include <sys/time.h>
 
index b033b2b80dc6aba00046271b1e895ce0f21fd758..3e5e2db5b47558b28609766cf09773825812d478 100644 (file)
@@ -27,7 +27,6 @@
 #include <fcntl.h>
 #include <inttypes.h>
 #include <limits.h>
-#include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 0341c63493af493fe44bccbb621e0506df7a20ea..1c74a4b78d4a4090a79f4365ea41c79b183f93d2 100644 (file)
@@ -27,7 +27,6 @@
 #include <config.h>
 
 #include <stdlib.h>
-#include <stdio.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
index f588a62ec6a6dd06ba5be692db04c94d0c79251b..187c533d4d4cc9a76ed0d6c28658594bf8e9940e 100644 (file)
@@ -28,7 +28,6 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index d1926f4605962ebb8f127e6664f1af307772bf3d..b383c3d3e9e607b935ca46d000a771808b26bcee 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
index 7a79ec2c0ff9f218d8befd1a0c934b08e6823a88..95411bda8f427e083a46d55b4505830196ad3723 100644 (file)
@@ -27,7 +27,6 @@
 #include <sys/poll.h>
 #include <limits.h>
 #include <string.h>
-#include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <unistd.h>
index cf5bf66732f58c3e615fc03eece06addde1a0ef5..5796bca8931b2e6fc0976bb385a96f62aba7756d 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <string.h>
 #include <xen/api/xen_all.h>
 #include "internal.h"
index bf91550ede22a25b7168b5df3e49b9ea378299ca..7b53a8e1990b8a6a718a75764eff18e4dca6577a 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <fcntl.h>
index 744a387aa0c4c4ecc7a6b93766a231e15d80f23d..4c23b797875ea604f6c65d7963a01170a24f67a2 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
index baf2b3c648127348bb8bbec78a39487fcef26f64..e5d3403600c007448b4a816db403ac75d59499a0 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 5ea0f325ded593ee429aca9a7d8d9d87cd2930cd..9ec48823899b4c1e329cc23317d18cb358c72c2e 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 7941f89b9a38d1d005eace844f5ee22f66c779c8..68cfe63d77f3e7648cff05f897c7a86038474b89 100644 (file)
@@ -4,7 +4,6 @@
 
 #ifdef WITH_ESX
 
-# include <stdio.h>
 # include <string.h>
 # include <unistd.h>
 
index e6d4ef2a7f891df5b6a60c99c9cc371182587291..bcc2e9d62ef6d6e683308139bbde2055218caaa9 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 46dbecbea70c9257816d7312546231484d53ddb1..d71bc76ed144e40607a0cfc6e63efe8f43db5738 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index eacf8f56154531fca6d4b70dc435dabdd872d31f..68fa48c586ce32b1796e8564f5f36e31a815bf87 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 5dbeb0b2eb84ac4f56d62bf0a0ad496a78dbdd14..9fed462dc98d75b30210f9a2ccc64263edab6531 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 8e7751e36b9e210487b34c6b83b20562b249edaa..ab0bedd56f3a83faa8a434fd871c4d71f8a20463 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index eb7db766fa65613a2c1e3ae0f546472486b6d32e..cce7e2159c7190b1d22d98dfbe33e569804ce07a 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index b4b44ceff3d773671c5009650fa33f04f9f7add1..e7c728acaabd804e2fad20ed5e471f9ba4fdd5b3 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 207d97483e8dce86638d62b57adbcd1dff0badfb..d6fb9902fb364185d255e67193cdce004ab3bb08 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 89f809ca8fc26712e906d5ac93f6d567b4bdc564..c213b850c7a4c4706fbf2b29348db6eb3f18e768 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index cdf96a18ed93e40bf239afaad47e198ef0dbd6e0..54e729de8b3fdb69021c93fee76ec89d48291602 100644 (file)
@@ -4,7 +4,6 @@
 
 #ifdef WITH_OPENVZ
 
-# include <stdio.h>
 # include <string.h>
 # include <unistd.h>
 
index 7e250b7b9d273e7a5ce141f0e407532b83ffe833..8a30b8c640b1c9abf1696bb24845a108195db3a3 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 5936975505b1c9717030d19c55b71c6468ce52de..0e8008e08d702ee6f7276a93009a8e43779aaafb 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 #include <config.h>
-#include <stdio.h>
 #include <dlfcn.h>
 
 #include "internal.h"
index bc0b53e6fac6257292efe4c607f76f90127ce224..d7747c43531133e615b3abef26990602eb6f9a50 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 15eba5898ef786213495566a84fcc63ef27c9825..3fe6a8ba8c2f3f4e0fae419a9f8df2e9ebdcfa48 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
index 20052575ab8ec89f0431df2b91d857342191261c..d6a8e4791bc0aa0627fef44ea59f9c352ba2a25a 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 43eac2f066387db12575057d1864246090eef56e..3b7c9284004420742293dcf3edb2ff6e525a963e 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index b9eff1ee22d796b94e51c7817a2f7c93d6eefa37..5290e7e54f00cd94f8825d641329fa2a23840f0b 100644 (file)
@@ -2,7 +2,6 @@
 
 #include <unistd.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <string.h>
 #include <errno.h>
 #include "security/security_driver.h"
index cf3cf237ce5dda6fb360f8cd9a2d17506acc4145..b69a33eee3f08f3265e8b794b7d579e07076fc5b 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
index 5a19cb15fb9ed0963b59177e521181604be43ac0..1df6129046bce6a81cb4b66fa35fe0a2ec24421a 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
index 9ff4ab3d7ba17133922c1e8c496b6e80847264b2..39ac6c5e8e463ff07a657bf08e6cd59ef8fd8f38 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <string.h>
 #include <unistd.h>
 
index 37d990d71b7d57c065b3bd95581ef3057179a998..1636e27a111411d774091245cba8bbddd71a1065 100644 (file)
@@ -48,7 +48,6 @@
 # include <dlfcn.h>
 # include <pthread.h>
 # include <stdbool.h>
-# include <stdio.h>
 # include <unistd.h>
 # include <signal.h>
 
index 30b16b4e4d0f3408252ff82d30d387a8e2f24cfb..21a28ae9fb1121a71103c12de1cfaac8f81957e2 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
index 31bd390db46f68f4c76c7347ae8b4be4981ee1aa..4a75a5d5684d96f44d057ffbe94ac46fc0b02c3a 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include "internal.h"
 #define NO_LIBVIRT /* This file intentionally does not link to libvirt */
 #include "testutils.h"
index cc7b163241c4dbd4a15d4afbc0765a66d8f660a4..00d7ae483a3972e22b2e0b22865fdd42aa164639 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 28421235bfb17585941655b4525d3510de03adc4..583c910db68fc44e5c8921ce8316b0cc02ba8abd 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 7bac4974ae0b1a3baf41058e7c50505e7e83f160..5c46e4cf6839e9f220624d36f29a33385b04ef7f 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 53d5725fd2d94af6ab26ac49420d9ed88fd82ca0..e8e7502eda79692df492ed03800804c2a4d781b4 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
index ab938c12fca86438e8f413eec3bfb62c3a2bdbfe..ecaa000a2d3cf8beaad787335c2052d1174dca44 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <sys/time.h>
index 3bd7bf16034fbb90e95acae9edc4d48a77c22211..8531b2a73557368dd4c737b09942677e0ef2e7b5 100644 (file)
@@ -23,7 +23,6 @@
 #ifndef __VIR_TEST_UTILS_H__
 # define __VIR_TEST_UTILS_H__
 
-# include <stdio.h>
 # include "viralloc.h"
 # include "virfile.h"
 # include "virstring.h"
index 4479b0e0e01a4fe3b228480cf955f5bb97c9f1fe..602b5dd3d33100390bcbb3ffbf9c3bcc797d8296 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
index 6db258ea02214f9a8339d9c5203bf718788c6eb0..0f28711a0419d244d0b9f7970436083104b08028 100644 (file)
@@ -4,7 +4,6 @@
 
 #ifdef WITH_VBOX
 
-# include <stdio.h>
 # include <stdlib.h>
 # include <regex.h>
 # include "vbox/vbox_snapshot_conf.h"
index 5fd8f6c9693912f71d16e6ab504ad8da6e72289c..f5aaed32a30e94f1296ae935f014016c8b9076b9 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
index 51861be38ee7a09c3b3910dca9f5cf6c17d4c9a8..d8b7d7ec7ceb0a81168f788d6283daa62a22031a 100644 (file)
@@ -22,7 +22,6 @@
 
 #ifdef __linux__
 # include "virmock.h"
-# include <stdio.h>
 # include <stdlib.h>
 # include <unistd.h>
 # include <fcntl.h>
index 3cf0df3ac02d15671ee364dd8c24d04e5e83c56e..d5581fe66ba5a6fb32a8a8402825594bc070cdad 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <unistd.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <string.h>
 #include <errno.h>
 #include "virconf.h"
index 062ae63a4909a1571bb65eb1dc4cd1908f2bc43b..bd2708e3e19ff1de70e6ba3349a3f7fc05880227 100644 (file)
@@ -20,7 +20,6 @@
 
 #ifndef WIN32
 
-# include <stdio.h>
 # include <stdlib.h>
 # include <fcntl.h>
 
index e9c03c1afbbc9baeb0b1e015e41d5bc01060783a..aee534181fff0bbf89013faad701034c041bdc86 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
index e9d237ae0e5df2d92c0df8c1659406cd59684806..ea92f4a0e8b1a5f214b4f7c4dd0c2d2d1588a98b 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
index 5b03cb6aee5e9edbce27972b6d5e35edf6cdc1e8..557aa75d967eaf812b3afad06d8f6691e8f445c8 100644 (file)
@@ -26,7 +26,6 @@
 #ifdef __linux__
 
 # include <stdlib.h>
-# include <stdio.h>
 # include <sys/types.h>
 # include <sys/stat.h>
 # include <sys/ioctl.h>
index baf1070c5a4404a4bded76282a3a275708b5ab6c..97136a0561a83c0f230ccd74c68b6c78a321d721 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
index 914d5141c9c00b168b6fa9faa7346aa95e857b10..4bf7dc8e09bf75ff20cbea43f0b20769824b3155 100644 (file)
@@ -26,7 +26,6 @@
 #  include <dlfcn.h>
 # endif
 # include <stdlib.h>
-# include <stdio.h>
 
 # include "internal.h"
 
index 3eb50590310e143ef9b0308a07001790f394d20d..edbb392e8e4c6f9604effbe2ec6dccc98c3ad26f 100644 (file)
@@ -23,7 +23,6 @@
 #ifdef __linux__
 # include "internal.h"
 # include <stdlib.h>
-# include <stdio.h>
 # include "virstring.h"
 # include "virnetdev.h"
 
index a3948084af8211193f64f374394e01a94505c9a7..072eb329fc850d88a2d96b65efe551a278a6a3c7 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 3acf33b6f2fd05096fee6b85bc6ceec6acf2eb73..46a447f381c01fc157491104b1184cc299b47497 100644 (file)
@@ -22,7 +22,6 @@
 
 #if defined(__linux__) || defined(__FreeBSD__)
 # include "virmock.h"
-# include <stdio.h>
 # include <stdlib.h>
 # include <unistd.h>
 # include <fcntl.h>
index 80e994ae52c5c8867b1afd25ebec5d9bf3559b94..a58a51d950ee9889116e0ca8871baa094f14cccb 100644 (file)
@@ -25,7 +25,6 @@
 #ifdef __linux__
 
 # include <stdlib.h>
-# include <stdio.h>
 # include <sys/types.h>
 # include <sys/stat.h>
 # include <fcntl.h>
index fa6e75b2faea87bcf40242a5e98168d498bf0230..ddb891ac90efae82d180bf38e9340ca97ea0f12e 100644 (file)
@@ -31,7 +31,6 @@
 # include <errno.h>
 # include <arpa/inet.h>
 # include <netinet/in.h>
-# include <stdio.h>
 # include <unistd.h>
 
 static bool host_has_ipv6;
index 3079b8bacb2f6852712f4026ed91cdd94a22c8d5..9d7f6957496dead6607d4fd5abbe62cb6c742832 100644 (file)
@@ -22,7 +22,6 @@
 
 #ifndef WIN32
 
-# include <stdio.h>
 # include <gnutls/gnutls.h>
 
 # include "internal.h"
index 89ceda8e49bdea4abdfa32056fed7fd111710152..159d84ec9db9f54d68505ca57373a6281304477f 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <config.h>
 #include <sys/stat.h>
-#include <stdio.h>
 #include <unistd.h>
 #include <fcntl.h>
 
index 078c6bfdca76b1b00cc617953acec55f127ba761..7b9b6779b5a565bd016b3ae2197209e71ed3ed49 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <string.h>
 #include <unistd.h>
 
index fbacfa85ad4459003e5fb9d0eef732732f6f97ff..ec389c65aa4397e9210c83e670a81f1384f4e4a4 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <virtypedparam.h>
 
 #include "testutils.h"
index 579fe06a5e65bfc451320a40708a4b4147a59c83..8e75b214e0117422a030e3dd6fd76e4fd2d43be2 100644 (file)
@@ -22,7 +22,6 @@
 
 #ifdef WITH_VMWARE
 
-# include <stdio.h>
 # include <stdlib.h>
 
 # include "vmware/vmware_conf.h"
index 7289dc91e3f96ff831ef5521bac750c0d59709ee..e6ad822f3f5729fbe7325b5737a0e3f846bb89e1 100644 (file)
@@ -4,7 +4,6 @@
 
 #ifdef WITH_VMX
 
-# include <stdio.h>
 # include <string.h>
 # include <unistd.h>
 
index ce415e8c5cc225a6d89e8a87a6c839644b58d89a..06da9ae6fb06e0b33e9c4f0308cf3b17fbbae4c4 100644 (file)
@@ -19,7 +19,6 @@
 #include <config.h>
 
 #include <stdlib.h>
-#include <stdio.h>
 #include <locale.h>
 #include <wctype.h>
 
index 36f7699fa9c8e1086a23a1d9e34d793757ca2c84..3f2773a79109c2dadc006b445377652051fcffb0 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <string.h>
 #include <unistd.h>
 
index eaec7c3a5c99669fa45210a52d92b5ff3b6db8f2..76c01f8e82df77e8ed14b806e2b18d80ea92163e 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <string.h>
 #include <unistd.h>
 
index 98092d8a4b76fc5cae9a9b40e4f88517811f452b..93d05f87cb2f75d1bc64cfa18245b0807cf68a74 100644 (file)
@@ -1,6 +1,5 @@
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>
index f6bcd7b012820ff96686aa9fdbed07274f358aa2..87ca6d43cab01e0250f5455e6672a3674503c41f 100644 (file)
@@ -4,7 +4,6 @@
 
 #ifdef WITH_VMX
 
-# include <stdio.h>
 # include <string.h>
 # include <unistd.h>
 
index c1927c28ab79f8ef54632a7cac3c8f3d85e7ffd0..e767c8e42d1108a80ebf1bb04b7658d87d6d6606 100644 (file)
@@ -25,7 +25,6 @@
 
 #ifndef WIN32
 
-# include <stdio.h>
 # include <sys/types.h>
 # include <sys/stat.h>
 # include <fcntl.h>
index 62226eea4c615e34647daabfa03c817571a3e0c7..ed1554f185e026256250d6dfe397b3461b0f8988 100644 (file)
@@ -25,7 +25,6 @@
 #include <config.h>
 #include "virsh.h"
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
index e164aabcee2343561a05b796acbaccf16f87f610..5399cd143e69fd3ad775607e6c53a02681ef61b9 100644 (file)
@@ -25,7 +25,6 @@
 #ifndef VIRSH_H
 # define VIRSH_H
 
-# include <stdio.h>
 # include <stdlib.h>
 # include <string.h>
 # include <stdarg.h>
index fb0ccd3ec9f21e8fdb893734e5ea9230c07e220d..2f0ec1e36cabfde408dd11a7669ca72419656928 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <sys/param.h>
 #include <sys/linker.h>
-#include <stdio.h>
 
 #include "virt-host-validate-bhyve.h"
 #include "virt-host-validate-common.h"
index c45dfc5d8c8b04d403582d3fea3131ff82d1b1d8..b12a32b052cd6ea6388a7ac00240ad11b51b1a9b 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <stdarg.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <unistd.h>
 #include <sys/utsname.h>
 #ifdef HAVE_MNTENT_H
index 1470bf1c7d9a62380983f47834c54739b2b6b54c..1c0ec8c92e53e4a837f85005c720f93f71c7563c 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <config.h>
 
-#include <stdio.h>
 #include <stdlib.h>
 #ifdef HAVE_LIBINTL_H
 # include <libintl.h>
index b68c3930268d339533e23021a33930cb2cc692e4..77b04ec484c6d038e3583574649eab631bb0c9b9 100644 (file)
@@ -26,7 +26,6 @@
 #include <getopt.h>
 #include <signal.h>
 #include <stdarg.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 
index 10497290652c65edbe57ade8b09ee83f6aa03584..ddd8ff1f187ae4385f0c3a0675ac31d3441a8318 100644 (file)
@@ -26,7 +26,6 @@
 #include "vsh.h"
 
 #include <assert.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
index 694476471b28b38ad989158a02cdbddd3dd35910..9b690aea7756fd1e61358ccfdfec6c48bdd8cfb8 100644 (file)
@@ -25,7 +25,6 @@
 #ifndef VSH_H
 # define VSH_H
 
-# include <stdio.h>
 # include <stdlib.h>
 # include <string.h>
 # include <stdarg.h>