Browse Source

block: Remove unused include

The "qemu-common.h" include is not used, remove it.

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: AlexChen <alex.chen@huawei.com>
Message-Id: <5F8FFB94.3030209@huawei.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
pull/102/head
AlexChen 6 years ago
committed by Max Reitz
parent
commit
3d86af858e
  1. 1
      block/dmg-lzfse.c

1
block/dmg-lzfse.c

@ -22,7 +22,6 @@
* THE SOFTWARE.
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "dmg.h"
#include <lzfse.h>

Loading…
Cancel
Save