Skip to content

Commit ea5ebb7

Browse files
committed
Fix up includes in PassManager.h.
1 parent 34238e5 commit ea5ebb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/SILPasses/PassManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13+
#include "swift/SILAnalysis/Analysis.h"
14+
#include "swift/SILPasses/Passes.h"
1315
#include "llvm/Support/Casting.h"
1416
#include "llvm/ADT/ArrayRef.h"
1517
#include "llvm/ADT/DenseMap.h"
1618
#include "llvm/ADT/SmallVector.h"
1719
#include "llvm/Support/ErrorHandling.h"
18-
#include "swift/SILAnalysis/Analysis.h"
19-
#include "Passes.h"
2020

2121
#ifndef SWIFT_SILPASSES_PASSMANAGER_H
2222
#define SWIFT_SILPASSES_PASSMANAGER_H

0 commit comments

Comments
 (0)