From 16c1deae215d4aac5b9b4fc090844b92852a0c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Vilanova?= Date: Mon, 13 Feb 2012 16:33:58 +0100 Subject: target-xtensa: Move helpers.h to helper.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provides a file naming scheme consistent with other targets. Signed-off-by: LluĂ­s Vilanova Signed-off-by: Max Filippov --- xtensa-semi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtensa-semi.c') diff --git a/xtensa-semi.c b/xtensa-semi.c index 5754b7782a..b7c8c34564 100644 --- a/xtensa-semi.c +++ b/xtensa-semi.c @@ -31,7 +31,7 @@ #include #include "cpu.h" #include "dyngen-exec.h" -#include "helpers.h" +#include "helper.h" #include "qemu-log.h" enum { -- cgit v1.2.1