Skip to content

Commit 6ee0306

Browse files
author
David Ungar
authored
Merge pull request #30078 from apple/fix-include-punctuation
Switch UnitTestSourceFileDepGraphFactory.cpp to use `"` instead of `<`.
2 parents 2943e1c + 691863d commit 6ee0306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/Driver/UnitTestSourceFileDepGraphFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#include <UnitTestSourceFileDepGraphFactory.h>
13+
#include "UnitTestSourceFileDepGraphFactory.h"
1414

1515
using namespace swift;
1616
using namespace swift::fine_grained_dependencies;

0 commit comments

Comments
 (0)