qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* block: Remove unused include
@ 2020-10-21  9:12 AlexChen
  2020-10-29 12:42 ` AlexChen
  2020-11-03 13:26 ` Max Reitz
  0 siblings, 2 replies; 4+ messages in thread
From: AlexChen @ 2020-10-21  9:12 UTC (permalink / raw)
  To: kwolf, mreitz; +Cc: qemu-devel, qemu-block

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>
---
 block/dmg-lzfse.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/block/dmg-lzfse.c b/block/dmg-lzfse.c
index 19d25bc646..6798cf4fbf 100644
--- 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>

-- 
2.19.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-03 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-21  9:12 block: Remove unused include AlexChen
2020-10-29 12:42 ` AlexChen
2020-11-03 13:26 ` Max Reitz
2020-11-03 13:42   ` AlexChen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).