Skip to content

Commit

Permalink
Fix up includes in PassManager.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudkx committed Nov 24, 2015
1 parent 34238e5 commit ea5ebb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/swift/SILPasses/PassManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
//
//===----------------------------------------------------------------------===//

#include "swift/SILAnalysis/Analysis.h"
#include "swift/SILPasses/Passes.h"
#include "llvm/Support/Casting.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/ErrorHandling.h"
#include "swift/SILAnalysis/Analysis.h"
#include "Passes.h"

#ifndef SWIFT_SILPASSES_PASSMANAGER_H
#define SWIFT_SILPASSES_PASSMANAGER_H
Expand Down

0 comments on commit ea5ebb7

Please sign in to comment.