Skip to content

Commit 69c70b8

Browse files
committed
Remove unnecessary #includes.
1 parent 55607b2 commit 69c70b8

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

lib/IRGen/IRGenDebugInfo.h

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,16 @@
1717
#ifndef SWIFT_IRGEN_DEBUGINFO_H
1818
#define SWIFT_IRGEN_DEBUGINFO_H
1919

20-
#include "llvm/ADT/PointerUnion.h"
21-
#include "llvm/ADT/SmallString.h"
22-
#include "llvm/IR/DIBuilder.h"
23-
#include "llvm/IR/DebugInfo.h"
24-
#include "llvm/IR/ValueHandle.h"
25-
#include "llvm/Support/Allocator.h"
26-
27-
#include "swift/AST/Module.h"
28-
#include "swift/SIL/SILBasicBlock.h"
29-
#include "swift/SIL/SILDebugScope.h"
30-
#include "swift/SIL/SILLocation.h"
31-
3220
#include "DebugTypeInfo.h"
33-
#include "GenType.h"
3421
#include "IRBuilder.h"
3522
#include "IRGenFunction.h"
3623
#include "IRGenModule.h"
24+
#include "swift/SIL/SILLocation.h"
25+
#include "llvm/IR/DIBuilder.h"
26+
#include "llvm/Support/Allocator.h"
3727

3828
#include <set>
3929

40-
namespace llvm {
41-
class DIBuilder;
42-
}
43-
4430
namespace swift {
4531

4632
class ASTContext;

0 commit comments

Comments
 (0)