X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-coroutine-sleep.c;h=169ce5ccc921e9ec9705b1e8409da0fba9fbff20;hb=7f303adc4f0aaa71b196d9f983150f3ec3367b46;hp=d7083ee41a4534fc574456967060bb03b4943444;hpb=1f8bcac09af61e58c5121aa0a932190700ad554d;p=qemu.git diff --git a/qemu-coroutine-sleep.c b/qemu-coroutine-sleep.c index d7083ee41..169ce5ccc 100644 --- a/qemu-coroutine-sleep.c +++ b/qemu-coroutine-sleep.c @@ -11,8 +11,8 @@ * */ -#include "qemu-coroutine.h" -#include "qemu-timer.h" +#include "block/coroutine.h" +#include "qemu/timer.h" typedef struct CoSleepCB { QEMUTimer *ts;