build: fix cppi warnings

* src/util/bitmap.h (includes): Placate cppi.
This commit is contained in:
Eric Blake 2010-05-21 16:02:18 -06:00
parent 482e08a98a
commit 0e1f4633d0

View File

@ -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;