diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-06-07 20:42:22 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-06-07 20:42:22 (GMT) |
commit | ad1caf61fccd0d74be6ac92c41d83e9b0008ff2b (patch) | |
tree | 025d935a91ab84e43eb7a20e6192293ab2e87d55 /src/format | |
parent | c87020ce7d1cd0a46f8122839c53ffa3e49fd172 (diff) |
Reorganized the operands behaving like proxies.
Diffstat (limited to 'src/format')
-rw-r--r-- | src/format/strsym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/strsym.c b/src/format/strsym.c index 97c62d9..5774a0c 100644 --- a/src/format/strsym.c +++ b/src/format/strsym.c @@ -31,7 +31,7 @@ #include "symbol-int.h" -#include "../arch/feeder-int.h" +#include "../arch/operands/feeder-int.h" #include "../common/alloc.h" |