user: Move 'thunk.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: <20240428221450.26460-2-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2024-03-22 11:08:12 +01:00
parent 22879b6680
commit 4e11165316
5 changed files with 9 additions and 6 deletions

View file

@ -26,7 +26,7 @@
extern char **environ;
#include "exec/user/thunk.h"
#include "user/thunk.h"
#include "target_arch.h"
#include "syscall_defs.h"
#include "target_syscall.h"