Skip to content

Commit 691863d

Browse files
committed
Switch UnitTestSourceFileDepGraphFactory.cpp to use " instead of <.
Using `"` for the `#include` is more accurate, and required to make the toolchain build in more strict build environments.
1 parent 0fb4ea1 commit 691863d

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)