File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
// /
19
19
// ===----------------------------------------------------------------------===//
20
20
21
- #ifndef SWIFT_RUNTIME_IMAGE_INSPECTION_H
22
- #define SWIFT_RUNTIME_IMAGE_INSPECTION_H
21
+ #ifndef SWIFT_RUNTIME_IMAGEINSPECTION_H
22
+ #define SWIFT_RUNTIME_IMAGEINSPECTION_H
23
23
24
24
#include " ImageInspectionELF.h"
25
25
#include < cstdint>
Original file line number Diff line number Diff line change 16
16
// /
17
17
// ===----------------------------------------------------------------------===//
18
18
19
- #ifndef SWIFT_RUNTIME_IMAGE_INSPECTION_ELF_H
20
- #define SWIFT_RUNTIME_IMAGE_INSPECTION_ELF_H
19
+ #ifndef SWIFT_RUNTIME_IMAGEINSPECTIONELF_H
20
+ #define SWIFT_RUNTIME_IMAGEINSPECTIONELF_H
21
21
22
22
#if defined(__ELF__) || defined(__ANDROID__)
23
23
You can’t perform that action at this time.
0 commit comments