mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
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:
parent
23a68a0ed9
commit
7b4e3bab5b
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user