From: Francis Visoiu Mistrih Date: Tue, 2 Apr 2019 17:48:55 +0000 (+0000) Subject: [Remarks][NFCI] Remove useless include X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f17d75e4cd88ff02084b69100beeaab202912de0;p=llvm [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357503 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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