summaryrefslogtreecommitdiff
path: root/tests/securityselinuxtest.c
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2013-04-03 12:36:23 +0200
committerMichal Privoznik <mprivozn@redhat.com>2013-05-02 16:56:55 +0200
commit7c9a2d88cd80211cfc71e31489397c902fe3c997 (patch)
tree2e71a1510b95e219b9a52c6fb2bfd6a883032378 /tests/securityselinuxtest.c
parent297c99a5676c32d3d98c08c24499271c52fbb3fb (diff)
downloadlibvirt-7c9a2d88cd80211cfc71e31489397c902fe3c997.tar.gz
virutil: Move string related functions to virstring.c
The source code base needs to be adapted as well. Some files include virutil.h just for the string related functions (here, the include is substituted to match the new file), some include virutil.h without any need (here, the include is removed), and some require both.
Diffstat (limited to 'tests/securityselinuxtest.c')
-rw-r--r--tests/securityselinuxtest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/securityselinuxtest.c b/tests/securityselinuxtest.c
index da8a12f3d7..dd4cd11270 100644
--- a/tests/securityselinuxtest.c
+++ b/tests/securityselinuxtest.c
@@ -31,11 +31,10 @@
#include "internal.h"
#include "testutils.h"
#include "viralloc.h"
-#include "virutil.h"
#include "virlog.h"
#include "virerror.h"
#include "security/security_manager.h"
-
+#include "virstring.h"
#define VIR_FROM_THIS VIR_FROM_NONE