diff options
author | Peter Portante <peter.portante@redhat.com> | 2012-06-10 11:33:10 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-06-10 20:09:09 +0000 |
commit | 9ed3a188fff6ffc33dcadce6061c708b2fb3b0b2 (patch) | |
tree | 62a4c0499ec9f3ff8da3f649b78f1517845bc96b /target-xtensa | |
parent | d865f307399441919d6646545b7735e57920da04 (diff) |
target-xtensa: remove unnecessary include of dyngen-exec.h
Signed-off-by: Peter Portante <peter.portante@redhat.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-xtensa')
-rw-r--r-- | target-xtensa/xtensa-semi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-xtensa/xtensa-semi.c b/target-xtensa/xtensa-semi.c index b7c8c34564..1c8a19ed56 100644 --- a/target-xtensa/xtensa-semi.c +++ b/target-xtensa/xtensa-semi.c @@ -30,7 +30,6 @@ #include <string.h> #include <stddef.h> #include "cpu.h" -#include "dyngen-exec.h" #include "helper.h" #include "qemu-log.h" |