From: Daniel P. Berrangé Date: Thu, 3 May 2018 11:49:57 +0000 (+0100) Subject: storage: remove unused imports of libxml headers X-Git-Tag: v4.4.0-rc1~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f78cbe9424a7394eaef0fa653a92de81066f69b0;p=thirdparty%2Flibvirt.git storage: remove unused imports of libxml headers Signed-off-by: Daniel P. Berrangé --- diff --git a/src/storage/storage_backend_fs.c b/src/storage/storage_backend_fs.c index 9b0fcf92c5..f08c721230 100644 --- a/src/storage/storage_backend_fs.c +++ b/src/storage/storage_backend_fs.c @@ -31,10 +31,6 @@ #include #include -#include -#include -#include - #include "virerror.h" #include "storage_backend_fs.h" #include "storage_util.h"