Skip to content

Commit ab4c66c

Browse files
authored
Remove unused include file (#469)
1 parent 4c9eb6d commit ab4c66c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

opencl_clang.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Copyright (c) Intel Corporation (2009-2017).
3131
#include "llvm/IR/Metadata.h"
3232
#include "llvm/Bitcode/BitcodeWriter.h"
3333
#include "llvm/Bitcode/BitcodeReader.h"
34-
#include "llvm/Linker/Linker.h"
3534
#include "llvm/Support/MemoryBuffer.h"
3635
#include "llvm/Support/raw_ostream.h"
3736
#include "llvm/Support/Casting.h"

pch_mgr.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Copyright (c) Intel Corporation (2009-2017).
1919
#include "pch_mgr.h"
2020

2121
#include "llvm/ADT/Twine.h"
22-
#include "llvm/Object/ELF.h"
2322

2423
#include <cstdlib>
2524
#include <stdio.h>

0 commit comments

Comments
 (0)