From 6acaf36bc94f7525420020c1de02cbcd5aaeb22b Mon Sep 17 00:00:00 2001 From: Rot127 Date: Mon, 25 Mar 2024 06:45:55 -0500 Subject: [PATCH] Remove arm.h header from AArch64 files --- suite/auto-sync/src/autosync/cpptranslator/patches/Includes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/suite/auto-sync/src/autosync/cpptranslator/patches/Includes.py b/suite/auto-sync/src/autosync/cpptranslator/patches/Includes.py index 7d8da36f8b..42c038c4d7 100644 --- a/suite/auto-sync/src/autosync/cpptranslator/patches/Includes.py +++ b/suite/auto-sync/src/autosync/cpptranslator/patches/Includes.py @@ -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"