diff --git a/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp b/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp index d6f4c5220f71d..3a0021e3c132d 100644 --- a/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp +++ b/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp @@ -10,8 +10,7 @@ #include "AArch64RegisterInfo.h" #if defined(__aarch64__) && defined(__linux__) -#include // For PR_PAC_* constants -#include +#include // For PR_PAC_* constants #ifndef PR_PAC_APIAKEY #define PR_PAC_APIAKEY (1UL << 0) #endif