summaryrefslogtreecommitdiff
path: root/tests/virhostdevtest.c
diff options
context:
space:
mode:
authorErik Skultety <eskultet@redhat.com>2018-09-18 15:21:22 +0200
committerErik Skultety <eskultet@redhat.com>2018-09-20 10:16:38 +0200
commit9403b63102a04cc5862d8a8a17c0c7314f0f955f (patch)
tree059c56fa4262bbdb522a4f1d49cbe5c594c5fe77 /tests/virhostdevtest.c
parent212df3f9573f7284d361f855bb6e476e5a0259e6 (diff)
downloadlibvirt-9403b63102a04cc5862d8a8a17c0c7314f0f955f.tar.gz
internal: Move <stdio.h> include to internal.h
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>
Diffstat (limited to 'tests/virhostdevtest.c')
-rw-r--r--tests/virhostdevtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/virhostdevtest.c b/tests/virhostdevtest.c
index 5b03cb6aee..557aa75d96 100644
--- a/tests/virhostdevtest.c
+++ b/tests/virhostdevtest.c
@@ -26,7 +26,6 @@
#ifdef __linux__
# include <stdlib.h>
-# include <stdio.h>
# include <sys/types.h>
# include <sys/stat.h>
# include <sys/ioctl.h>