diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-04-02 17:48:55 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-04-02 17:48:55 +0000 |
commit | 1ed4bbb9ab6633a18345a13952fb58d2898616f0 (patch) | |
tree | acb1c7cecbb46f8550a02a41b5d4c0cad660705c /llvm/include/llvm-c | |
parent | a720381bb59e57f170119ae899da1b35d12d17e8 (diff) | |
download | bcm5719-llvm-1ed4bbb9ab6633a18345a13952fb58d2898616f0.tar.gz bcm5719-llvm-1ed4bbb9ab6633a18345a13952fb58d2898616f0.zip |
[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
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/Remarks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Remarks.h b/llvm/include/llvm-c/Remarks.h index e57ca3cd8f5..7fb16656a9a 100644 --- a/llvm/include/llvm-c/Remarks.h +++ b/llvm/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 <cstddef> |