Skip to content

Commit 98d74bd

Browse files
committed
SIL: Header gardening
1 parent d3cbf6c commit 98d74bd

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

include/swift/SIL/SILProfiler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "swift/AST/ASTNode.h"
2222
#include "swift/AST/Stmt.h"
2323
#include "swift/Basic/ProfileCounter.h"
24-
#include "swift/SIL/FormalLinkage.h"
2524
#include "swift/SIL/SILAllocated.h"
2625
#include "llvm/ADT/DenseMap.h"
2726

lib/IRGen/MetadataRequest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include "swift/AST/ASTContext.h"
3333
#include "swift/AST/ExistentialLayout.h"
3434
#include "swift/AST/IRGenOptions.h"
35+
#include "swift/SIL/FormalLinkage.h"
3536
#include "swift/SIL/TypeLowering.h"
3637

3738
using namespace swift;

lib/SIL/SILProfiler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "swift/AST/ASTWalker.h"
1515
#include "swift/AST/Decl.h"
1616
#include "swift/Parse/Lexer.h"
17+
#include "swift/SIL/FormalLinkage.h"
1718
#include "swift/SIL/SILModule.h"
1819
#include "llvm/IR/GlobalValue.h"
1920
#include "llvm/IR/Intrinsics.h"

0 commit comments

Comments
 (0)