From patchwork Wed Oct 31 03:03:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [FYI,1/7] target-alpha: Use consistent include paths X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 195719 Message-Id: <1351652644-18687-2-git-send-email-afaerber@suse.de> To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= , rth@twiddle.net Date: Wed, 31 Oct 2012 04:03:58 +0100 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= List-Id: Part of "cpus: Pass CPUState to [qemu_]cpu_has_work()" in pull request for master. Signed-off-by: Andreas Färber --- target-alpha/cpu.c | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/target-alpha/cpu.c b/target-alpha/cpu.c index 62d2a66..11a19eb 100644 --- a/target-alpha/cpu.c +++ b/target-alpha/cpu.c @@ -19,7 +19,7 @@ * */ -#include "cpu-qom.h" +#include "cpu.h" #include "qemu-common.h"