projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a190a7
)
block: Remove unused include
author
AlexChen
<alex.chen@huawei.com>
Wed, 21 Oct 2020 09:12:52 +0000
(17:12 +0800)
committer
Max Reitz
<mreitz@redhat.com>
Mon, 9 Nov 2020 14:44:21 +0000
(15:44 +0100)
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>
block/dmg-lzfse.c
patch
|
blob
|
history
diff --git
a/block/dmg-lzfse.c
b/block/dmg-lzfse.c
index 19d25bc6466a7987a4d3ebf06f14480cd10a9a82..6798cf4fbfffe2b05b17d1e452edd3e434a87df5 100644
(file)
--- a/
block/dmg-lzfse.c
+++ b/
block/dmg-lzfse.c
@@
-22,7
+22,6
@@
* THE SOFTWARE.
*/
#include "qemu/osdep.h"
-#include "qemu-common.h"
#include "dmg.h"
#include <lzfse.h>