diff options
Diffstat (limited to 'nbd.c')
-rw-r--r-- | nbd.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,10 +16,10 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include "nbd.h" -#include "block.h" +#include "block/nbd.h" +#include "block/block.h" -#include "qemu-coroutine.h" +#include "block/coroutine.h" #include <errno.h> #include <string.h> |