Skip to content

Commit 91a25ed

Browse files
committed
Change an include to a forward reference.
Swift SVN r6591
1 parent 9d093f3 commit 91a25ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/Parse/DelayedParsingCallbacks.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
#ifndef SWIFT_PARSE_DELAYED_PARSING_CALLBACKS_H
1414
#define SWIFT_PARSE_DELAYED_PARSING_CALLBACKS_H
1515

16-
#include "swift/Basic/SourceLoc.h"
17-
1816
namespace swift {
1917
class FuncExpr;
2018
class Parser;
19+
class SourceRange;
2120

2221
/// \brief Callbacks for Parser's delayed parsing.
2322
class DelayedParsingCallbacks {

0 commit comments

Comments
 (0)