From 68ba3b07436396733f7313c81956410af6d17083 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Thu, 6 Apr 2017 12:12:21 +0200 Subject: migration: migration.h was not needed This files don't use any function from migration.h, so drop it. Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Peter Xu --- block/qed.c | 1 - 1 file changed, 1 deletion(-) (limited to 'block/qed.c') diff --git a/block/qed.c b/block/qed.c index fd76817cbb..8d899fd479 100644 --- a/block/qed.c +++ b/block/qed.c @@ -19,7 +19,6 @@ #include "trace.h" #include "qed.h" #include "qapi/qmp/qerror.h" -#include "migration/migration.h" #include "sysemu/block-backend.h" static const AIOCBInfo qed_aiocb_info = { -- cgit v1.2.1