diff options
Diffstat (limited to 'target-i386/excp_helper.c')
-rw-r--r-- | target-i386/excp_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target-i386/excp_helper.c b/target-i386/excp_helper.c index aaa5ca2090..179ea82f0f 100644 --- a/target-i386/excp_helper.c +++ b/target-i386/excp_helper.c @@ -18,8 +18,8 @@ */ #include "cpu.h" -#include "qemu-log.h" -#include "sysemu.h" +#include "qemu/log.h" +#include "sysemu/sysemu.h" #include "helper.h" #if 0 |