Skip to content

Commit

Permalink
Use quouted imported for project headers (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed Aug 18, 2024
1 parent 025ddee commit a7ffa6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/KSCrashRecording/include/KSCrashAppMemoryTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//
#import <Foundation/Foundation.h>

#import <KSCrashAppMemory.h>
#import "KSCrashAppMemory.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Sources/KSCrashRecording/include/KSCrashAppStateTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// THE SOFTWARE.
//
#import <Foundation/Foundation.h>
#import <KSCrashAppTransitionState.h>
#import "KSCrashAppTransitionState.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit a7ffa6b

Please sign in to comment.