util: viruri: move libxml include

The XML function is needed in the C file,
not in the header.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Ján Tomko 2020-02-16 23:02:12 +01:00
parent 9f81fb41ad
commit 9a7953b864
2 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,8 @@
#include <config.h>
#include <libxml/uri.h>
#include "viruri.h"
#include "viralloc.h"

View File

@ -20,8 +20,6 @@
#pragma once
#include <libxml/uri.h>
#include "internal.h"
#include "virconf.h"