Skip to content

Commit 585e6ad

Browse files
committed
reorder headers to match convention
1 parent f56ab9b commit 585e6ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mlir/lib/Pass/PassRegistry.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include <optional>
10-
#include <utility>
9+
#include "mlir/Pass/PassRegistry.h"
1110

1211
#include "mlir/Pass/Pass.h"
1312
#include "mlir/Pass/PassManager.h"
14-
#include "mlir/Pass/PassRegistry.h"
1513
#include "llvm/ADT/DenseMap.h"
1614
#include "llvm/ADT/ScopeExit.h"
1715
#include "llvm/Support/Format.h"
1816
#include "llvm/Support/ManagedStatic.h"
1917
#include "llvm/Support/MemoryBuffer.h"
2018
#include "llvm/Support/SourceMgr.h"
2119

20+
#include <optional>
21+
#include <utility>
22+
2223
using namespace mlir;
2324
using namespace detail;
2425

0 commit comments

Comments
 (0)