diff options
Diffstat (limited to 'bitmap.c')
| -rw-r--r-- | bitmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitmap.c b/bitmap.c index a62c8ba681..687841dcec 100644 --- a/bitmap.c +++ b/bitmap.c @@ -9,8 +9,8 @@ * Version 2. */ -#include "bitops.h" -#include "bitmap.h" +#include "qemu/bitops.h" +#include "qemu/bitmap.h" /* * bitmaps provide an array of bits, implemented using an an |