]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-microblaze/translate.c
exec: move include files to include/exec/
[mirror_qemu.git] / target-microblaze / translate.c
index 5946a5ba5c576b60a7237416c5e2d8600900b67b..58ce71267d05a4fdaf2445066c3d98d5d6fd3a6d 100644 (file)
@@ -50,7 +50,7 @@ static TCGv env_btaken;
 static TCGv env_btarget;
 static TCGv env_iflags;
 
-#include "gen-icount.h"
+#include "exec/gen-icount.h"
 
 /* This is the state at translation time.  */
 typedef struct DisasContext {