From 798ed07cc8c09f40afa65787f2a3ebea6634455b Mon Sep 17 00:00:00 2001 From: Francis Visoiu Mistrih Date: Tue, 2 Apr 2019 17:48:55 +0000 Subject: [PATCH] [Remarks][NFCI] Remove useless include Remarks.h only uses LLVMBool, which comes from llvm-c/Types.h. Nothing from llvm-c/Core.h is used. llvm-svn: 357503 --- include/llvm-c/Remarks.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm-c/Remarks.h b/include/llvm-c/Remarks.h index e57ca3cd8f5..7fb16656a9a 100644 --- a/include/llvm-c/Remarks.h +++ b/include/llvm-c/Remarks.h @@ -15,7 +15,6 @@ #ifndef LLVM_C_REMARKS_H #define LLVM_C_REMARKS_H -#include "llvm-c/Core.h" #include "llvm-c/Types.h" #ifdef __cplusplus #include