summaryrefslogtreecommitdiff
path: root/tests/commandtest.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/commandtest.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/commandtest.c')
-rw-r--r--tests/commandtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/commandtest.c b/tests/commandtest.c
index 744a387aa0..4c23b79787 100644
--- a/tests/commandtest.c
+++ b/tests/commandtest.c
@@ -20,7 +20,6 @@
#include <config.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>