diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-03-22 11:10:04 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-05-03 17:21:18 +0200 |
| commit | 22879b66800d4f84ff48f151867369e76e33f9a4 (patch) | |
| tree | cdb2217fb3e38ccd7f5403fdcda76d08f5231e4e /include/user/syscall-trace.h | |
| parent | f184f3856e82a6f4e96df6a77118d6a2e1a9059b (diff) | |
| download | focaccia-qemu-22879b66800d4f84ff48f151867369e76e33f9a4.tar.gz focaccia-qemu-22879b66800d4f84ff48f151867369e76e33f9a4.zip | |
user: Move 'abitypes.h' from 'exec/user' to 'user'
Keep all user emulation headers under the same user/ directory. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240503125202.35667-1-philmd@linaro.org>
Diffstat (limited to 'include/user/syscall-trace.h')
| -rw-r--r-- | include/user/syscall-trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/syscall-trace.h b/include/user/syscall-trace.h index b48b2b2d0a..9bd7ca19c8 100644 --- a/include/user/syscall-trace.h +++ b/include/user/syscall-trace.h @@ -10,7 +10,7 @@ #ifndef SYSCALL_TRACE_H #define SYSCALL_TRACE_H -#include "exec/user/abitypes.h" +#include "user/abitypes.h" #include "gdbstub/user.h" #include "qemu/plugin.h" #include "trace/trace-root.h" |