]> Git Repo - qemu.git/blobdiff - target-xtensa/translate.c
misc: move include files to include/qemu/
[qemu.git] / target-xtensa / translate.c
index 5d8762c0ca9e2a7fc281a293374bb464f4f77b10..f61a497d2190c4ce8b69d86f8c869215c33a117f 100644 (file)
 #include <stdio.h>
 
 #include "cpu.h"
-#include "exec-all.h"
-#include "disas.h"
+#include "exec/exec-all.h"
+#include "disas/disas.h"
 #include "tcg-op.h"
-#include "qemu-log.h"
+#include "qemu/log.h"
 #include "sysemu.h"
 
 #include "helper.h"
@@ -76,7 +76,7 @@ static TCGv_i32 cpu_FR[16];
 static TCGv_i32 cpu_SR[256];
 static TCGv_i32 cpu_UR[256];
 
-#include "gen-icount.h"
+#include "exec/gen-icount.h"
 
 typedef struct XtensaReg {
     const char *name;
This page took 0.02407 seconds and 4 git commands to generate.