qlist.h: Do not include qemu-common.h
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 23 Oct 2012 23:55:19 +0000 (21:55 -0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 6 Dec 2012 08:17:05 +0000 (09:17 +0100)
I don't know why it was including it, as I don't see any code that
depends on anything from qemu-common.h.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
qlist.h

diff --git a/qlist.h b/qlist.h
index ae776f99c38143d2938aee62c84bd9839355cb53..74089471df2f8246e71abe0b1947c1b5d888c8e8 100644 (file)
--- a/qlist.h
+++ b/qlist.h
@@ -15,7 +15,6 @@
 
 #include "qobject.h"
 #include "qemu-queue.h"
-#include "qemu-common.h"
 #include "qemu-queue.h"
 
 typedef struct QListEntry {