From 65fe81d1711fc4df20f28fa6157d8ff4fddfe417 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Tue, 1 Aug 2023 15:22:57 +0800 Subject: [PATCH] Remove unused include file --- opencl_clang.cpp | 1 - pch_mgr.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/opencl_clang.cpp b/opencl_clang.cpp index f41adf81..f17a3c8d 100644 --- a/opencl_clang.cpp +++ b/opencl_clang.cpp @@ -31,7 +31,6 @@ Copyright (c) Intel Corporation (2009-2017). #include "llvm/IR/Metadata.h" #include "llvm/Bitcode/BitcodeWriter.h" #include "llvm/Bitcode/BitcodeReader.h" -#include "llvm/Linker/Linker.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/Casting.h" diff --git a/pch_mgr.cpp b/pch_mgr.cpp index b4740745..375ab8a4 100644 --- a/pch_mgr.cpp +++ b/pch_mgr.cpp @@ -19,7 +19,6 @@ Copyright (c) Intel Corporation (2009-2017). #include "pch_mgr.h" #include "llvm/ADT/Twine.h" -#include "llvm/Object/ELF.h" #include #include