summaryrefslogtreecommitdiff
path: root/tests/securityselinuxtest.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/securityselinuxtest.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/securityselinuxtest.c')
-rw-r--r--tests/securityselinuxtest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/securityselinuxtest.c b/tests/securityselinuxtest.c
index 1df6129046..f1ea51b1ac 100644
--- a/tests/securityselinuxtest.c
+++ b/tests/securityselinuxtest.c
@@ -20,8 +20,6 @@
#include <config.h>
-#include <stdlib.h>
-#include <string.h>
#include <time.h>
#include <selinux/selinux.h>