Skip to content

Commit

Permalink
import from src root path in objc files
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Dec 9, 2023
1 parent 42b57fc commit 1929e8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/objective-c/GRPCClient/GRPCCall.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@

#import <Foundation/Foundation.h>

#import "GRPCCallOptions.h"
#import "GRPCDispatchable.h"
#import "GRPCTypes.h"
#import "src/objective-c/GRPCClient/GRPCCallOptions.h"
#import "src/objective-c/GRPCClient/GRPCDispatchable.h"
#import "src/objective-c/GRPCClient/GRPCTypes.h"

// The legacy header is included for backwards compatibility. Some V1 API users are still using
// GRPCCall by importing GRPCCall.h header so we need this import.
#import "GRPCCallLegacy.h"
#import "src/objective-c/GRPCClient/GRPCCallLegacy.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit 1929e8b

Please sign in to comment.