Commit a2e66f1
committed
llbuild: guard the complete header from duplicate inclusion
The header guards prevent re-processing the header when re-referenced.
We were not guarding the entire file. Although this matters very little
in practice in this library as the headers will not change behaviour and
inclusion into Swift will go through a module, this is a small drive-by
clean up that makes code more idiomatic.1 parent 232d951 commit a2e66f1
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| 41 | + | |
| 42 | + | |
0 commit comments