Skip to content

Commit 8234508

Browse files
committed
Remove unneeded import
1 parent 1289be6 commit 8234508

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clang/lib/CIR/CodeGen/CIRGenCall.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "CIRGenCXXABI.h"
1616
#include "CIRGenFunction.h"
1717
#include "CIRGenFunctionInfo.h"
18-
#include "mlir/IR/Location.h"
1918
#include "clang/CIR/MissingFeatures.h"
2019

2120
using namespace clang;

clang/lib/CIR/CodeGen/CIRGenCall.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#define CLANG_LIB_CODEGEN_CIRGENCALL_H
1616

1717
#include "CIRGenValue.h"
18-
#include "mlir/IR/Location.h"
1918
#include "mlir/IR/Operation.h"
2019
#include "clang/AST/GlobalDecl.h"
2120
#include "llvm/ADT/SmallVector.h"

0 commit comments

Comments
 (0)