]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
storage: remove unused imports of libxml headers
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 3 May 2018 11:49:57 +0000 (12:49 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 3 May 2018 11:49:57 +0000 (12:49 +0100)
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/storage/storage_backend_fs.c

index 9b0fcf92c5cd4d018d9c3b11ca24c953240b6035..f08c72123064242a8e0583dc032e99d8175a96db 100644 (file)
 #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"