Skip to content

Commit

Permalink
Remove arm.h header from AArch64 files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Mar 25, 2024
1 parent 1d9458d commit 6acaf36
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ def get_AArch64_includes(filename: str) -> bytes:
case "AArch64BaseInfo.h":
return (
b'#include "../../utils.h"\n'
+ b'#include "capstone/arm.h"\n\n'
+ b"#define GET_REGINFO_ENUM\n"
+ b'#include "AArch64GenRegisterInfo.inc"\n\n'
+ b"#define GET_INSTRINFO_ENUM\n"
Expand Down

0 comments on commit 6acaf36

Please sign in to comment.