qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [FYI 1/7] target-alpha: Use consistent include paths


From: Andreas Färber
Subject: [Qemu-devel] [FYI 1/7] target-alpha: Use consistent include paths
Date: Wed, 31 Oct 2012 04:03:58 +0100

Part of "cpus: Pass CPUState to [qemu_]cpu_has_work()" in pull request
for master.

Signed-off-by: Andreas Färber <address@hidden>
---
 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 @@
  * <http://www.gnu.org/licenses/lgpl-2.1.html>
  */
 
-#include "cpu-qom.h"
+#include "cpu.h"
 #include "qemu-common.h"
 
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]