summaryrefslogtreecommitdiff
path: root/src/arch/post.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-06-21 20:21:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-06-21 20:21:00 (GMT)
commit6183dcf34a45b7250b63add608c02e96bf53e096 (patch)
tree971747a5dfab5384402a30aa26c8bf86e5ec7166 /src/arch/post.c
parentf6e8a85c7fe86e957adffc4e05bf10e8f3ae8ae2 (diff)
Reorganized the code for target operands.
Diffstat (limited to 'src/arch/post.c')
-rw-r--r--src/arch/post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/post.c b/src/arch/post.c
index 11fecf5..6f6392d 100644
--- a/src/arch/post.c
+++ b/src/arch/post.c
@@ -28,8 +28,8 @@
#include "processor.h"
-#include "target.h"
#include "operands/immediate.h"
+#include "operands/target.h"
#include "../analysis/routine.h"