Skip to content

Commit e0dae9a

Browse files
authored
Fix Crashlytics C imports (#4623)
1 parent 9a4f4e7 commit e0dae9a

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
#include "FIRCLSSignal.h"
16-
#include "FIRCLSFeatures.h"
1716
#include "FIRCLSGlobals.h"
1817
#include "FIRCLSHandler.h"
1918
#include "FIRCLSUtility.h"

Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#pragma once
1616

17+
#include "FIRCLSFeatures.h"
1718
#include "FIRCLSFile.h"
1819

1920
#include <signal.h>

Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "FIRCLSDataParsing.h"
1717
#include "FIRCLSDefines.h"
1818
#include "FIRCLSDwarfUnwindRegisters.h"
19-
#include "FIRCLSFeatures.h"
2019
#include "FIRCLSUnwind_arch.h"
2120
#include "FIRCLSUtility.h"
2221
#include "dwarf.h"

Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
#include <stdbool.h>
1818
#include <stdint.h>
19+
20+
#include "FIRCLSFeatures.h"
1921
#include "FIRCLSThreadState.h"
2022

2123
#define CLS_DWARF_EXPRESSION_STACK_SIZE (100)

Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#pragma once
1616

1717
#include "FIRCLSDwarfUnwindRegisters.h"
18-
#include "FIRCLSFeatures.h"
1918
#include "FIRCLSThreadState.h"
2019

2120
#include <stdbool.h>

Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
#include <stdint.h>
1818

19+
#include "FIRCLSFeatures.h"
20+
1921
#if CLS_CPU_X86_64
2022
enum {
2123
CLS_DWARF_X86_64_RAX = 0,

0 commit comments

Comments
 (0)