Skip to content

Commit

Permalink
fix(core): fix system header imports (#5425)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisabhash authored Aug 19, 2024
1 parent 0394cee commit aec8e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AWSCore/FMDB/AWSFMDatabase.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "AWSFMDatabase.h"
#import "unistd.h"
#import <unistd.h>
#import <objc/runtime.h>
#import "AWSFMDatabase+Private.h"

Expand Down
2 changes: 1 addition & 1 deletion AWSCore/FMDB/AWSFMResultSet.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "AWSFMResultSet.h"
#import "AWSFMDatabase.h"
#import "unistd.h"
#import <unistd.h>
#import "AWSFMDatabase+Private.h"

@interface AWSFMDatabase ()
Expand Down

0 comments on commit aec8e5c

Please sign in to comment.