From f17d75e4cd88ff02084b69100beeaab202912de0 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357503 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -- 2.50.1