]> Git Repo - qemu.git/commitdiff
qlist.h: Do not include qemu-common.h
authorEduardo Habkost <[email protected]>
Tue, 23 Oct 2012 23:55:19 +0000 (21:55 -0200)
committerAndreas Färber <[email protected]>
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 <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
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 {
This page took 0.025303 seconds and 4 git commands to generate.