[NFC][flang] Remove the unused header in Bridge.cpp

The header file OpenMPDialect.h is added in Bridge.cpp in D130027,
but it is unused. Remove it.

Differential Revision: https://reviews.llvm.org/D130625
This commit is contained in:
Peixin Qiao 2022-07-27 23:17:54 +08:00
parent b08369f7f2
commit 7ac2500eb0
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@
#include "flang/Runtime/iostat.h"
#include "flang/Semantics/tools.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"
#include "mlir/Dialect/OpenMP/OpenMPDialect.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Parser/Parser.h"
#include "mlir/Transforms/RegionUtils.h"