summaryrefslogtreecommitdiff
path: root/tests/nodedevxml2xmltest.c
diff options
context:
space:
mode:
authorErik Skultety <eskultet@redhat.com>2018-09-18 15:55:56 +0200
committerErik Skultety <eskultet@redhat.com>2018-09-20 10:16:39 +0200
commit5165ff097140227a643c2d14dd9289da1b839b5a (patch)
treed1f4f52ab03506e301c5b83e148a1892a0c4cc62 /tests/nodedevxml2xmltest.c
parent9403b63102a04cc5862d8a8a17c0c7314f0f955f (diff)
downloadlibvirt-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 'tests/nodedevxml2xmltest.c')
-rw-r--r--tests/nodedevxml2xmltest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/nodedevxml2xmltest.c b/tests/nodedevxml2xmltest.c
index d6fb9902fb..9248a60fbf 100644
--- a/tests/nodedevxml2xmltest.c
+++ b/tests/nodedevxml2xmltest.c
@@ -1,8 +1,6 @@
#include <config.h>
-#include <stdlib.h>
#include <unistd.h>
-#include <string.h>
#include <sys/types.h>
#include <fcntl.h>