Skip to content

Commit 9ea44d9

Browse files
authored
Merge pull request #39206 from akyrtzi/include-using-inc
2 parents a1b6469 + 8c1b300 commit 9ea44d9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/Basic/Cache.cpp

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

1313
#if defined(__APPLE__)
14-
#include "Darwin/Cache-Mac.cpp"
14+
#include "Darwin/Cache-Mac.inc"
1515
#else
1616

1717
// This file implements a default caching implementation that never evicts
File renamed without changes.

0 commit comments

Comments
 (0)