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/exec/user/thunk.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/exec/user/thunk.h')
| -rw-r--r-- | include/exec/user/thunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/user/thunk.h b/include/exec/user/thunk.h index 2ebfecf58e..9f35c888f9 100644 --- a/include/exec/user/thunk.h +++ b/include/exec/user/thunk.h @@ -21,7 +21,7 @@ #define THUNK_H #include "cpu.h" -#include "exec/user/abitypes.h" +#include "user/abitypes.h" /* types enums definitions */ |