From 522ece32d214bd4b086821c4350c2aebe5587878 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 1 Feb 2018 12:18:30 +0100 Subject: Drop superfluous includes of qapi-types.h and test-qapi-types.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Eric Blake Signed-off-by: Markus Armbruster Message-Id: <20180201111846.21846-4-armbru@redhat.com> --- target/i386/cpu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target/i386') diff --git a/target/i386/cpu.c b/target/i386/cpu.c index d70954b..6b4103c 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -32,7 +32,6 @@ #include "qapi/qmp/qerror.h" #include "qapi/qmp/types.h" -#include "qapi-types.h" #include "qapi-visit.h" #include "qapi/visitor.h" #include "qom/qom-qobject.h" -- cgit v1.1