virstoragefile: properly include virstoragefile.h header

It was indirectly included by virstoragefilebackend.h.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Pavel Hrdina 2021-01-21 16:47:52 +01:00
parent 23a68a0ed9
commit 7b4e3bab5b

View File

@ -20,7 +20,7 @@
*/
#include <config.h>
#include "virstoragefilebackend.h"
#include "virstoragefile.h"
#include <unistd.h>
#include <fcntl.h>
@ -38,6 +38,7 @@
#include "virbuffer.h"
#include "virjson.h"
#include "virstorageencryption.h"
#include "virstoragefilebackend.h"
#include "virsecret.h"
#include "virutil.h"