mirror of https://gitee.com/openkylin/libvirt.git
build: fix cppi warnings
* src/util/bitmap.h (includes): Placate cppi.
This commit is contained in:
parent
482e08a98a
commit
0e1f4633d0
|
@ -23,10 +23,10 @@
|
|||
#ifndef __BITMAP_H__
|
||||
# define __BITMAP_H__
|
||||
|
||||
#include "internal.h"
|
||||
# include "internal.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
# include <stdbool.h>
|
||||
# include <sys/types.h>
|
||||
|
||||
|
||||
typedef struct _virBitmap virBitmap;
|
||||
|
|
Loading…
Reference in New Issue