Skip to content

Commit 18120ce

Browse files
committed
Corrected includes added by clangd
1 parent 44a05d0 commit 18120ce

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

flang/include/flang/Optimizer/Builder/IntrinsicCall.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "mlir/Dialect/Complex/IR/Complex.h"
2121
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
2222
#include "mlir/Dialect/Math/IR/Math.h"
23-
#include <mlir/IR/Value.h>
2423
#include <optional>
2524

2625
namespace fir {

flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,14 @@
4444
#include "flang/Runtime/iostat-consts.h"
4545
#include "mlir/Dialect/Complex/IR/Complex.h"
4646
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
47+
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"
4748
#include "mlir/Dialect/Math/IR/Math.h"
4849
#include "mlir/Dialect/Vector/IR/VectorOps.h"
4950
#include "llvm/Support/CommandLine.h"
5051
#include "llvm/Support/Debug.h"
5152
#include "llvm/Support/MathExtras.h"
5253
#include "llvm/Support/raw_ostream.h"
5354
#include <cfenv> // temporary -- only used in genIeeeGetOrSetModesOrStatus
54-
#include <mlir/Dialect/LLVMIR/LLVMTypes.h>
55-
#include <mlir/IR/BuiltinAttributes.h>
56-
#include <mlir/IR/Value.h>
5755
#include <optional>
5856

5957
#define DEBUG_TYPE "flang-lower-intrinsic"

0 commit comments

Comments
 (0)