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/arm/v7 | |
parent | f6e8a85c7fe86e957adffc4e05bf10e8f3ae8ae2 (diff) |
Reorganized the code for target operands.
Diffstat (limited to 'plugins/arm/v7')
-rw-r--r-- | plugins/arm/v7/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/arm/v7/post.c b/plugins/arm/v7/post.c index 649b462..c1c299f 100644 --- a/plugins/arm/v7/post.c +++ b/plugins/arm/v7/post.c @@ -24,8 +24,8 @@ #include "post.h" -#include <arch/target.h> #include <arch/operands/immediate.h> +#include <arch/operands/target.h> |