storage: remove unused imports of libxml headers

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2018-05-03 12:49:57 +01:00
parent 7568fc730f
commit f78cbe9424

View File

@ -31,10 +31,6 @@
#include <unistd.h>
#include <string.h>
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <libxml/xpath.h>
#include "virerror.h"
#include "storage_backend_fs.h"
#include "storage_util.h"