diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-06-21 20:21:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-06-21 20:21:00 (GMT) |
commit | 6183dcf34a45b7250b63add608c02e96bf53e096 (patch) | |
tree | 971747a5dfab5384402a30aa26c8bf86e5ec7166 /plugins/dalvik | |
parent | f6e8a85c7fe86e957adffc4e05bf10e8f3ae8ae2 (diff) |
Reorganized the code for target operands.
Diffstat (limited to 'plugins/dalvik')
-rw-r--r-- | plugins/dalvik/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dalvik/post.c b/plugins/dalvik/post.c index 7ba7a1d..4066c80 100644 --- a/plugins/dalvik/post.c +++ b/plugins/dalvik/post.c @@ -27,8 +27,8 @@ #include <assert.h> -#include <arch/target.h> #include <arch/operands/immediate.h> +#include <arch/operands/target.h> |