Skip to content

Commit 73cad57

Browse files
committed
imports: keep up with the angle-bracket style import standard across the repo
Signed-off-by: Muvaffak Onus <me@muvaf.com>
1 parent 16e724e commit 73cad57

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

WebDriverAgentLib/Categories/XCUIElement+FBAccessibility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
#import <WebDriverAgentLib/XCUIElement.h>
11-
#import "FBXCElementSnapshotWrapper.h"
11+
#import <WebDriverAgentLib/FBXCElementSnapshotWrapper.h>
1212

1313
NS_ASSUME_NONNULL_BEGIN
1414

WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*/
99

10-
#import "FBXCElementSnapshotWrapper.h"
10+
#import <WebDriverAgentLib/FBXCElementSnapshotWrapper.h>
1111

1212
NS_ASSUME_NONNULL_BEGIN
1313

WebDriverAgentLib/Categories/XCUIElement+FBUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <XCTest/XCTest.h>
1111
#import <WebDriverAgentLib/FBElement.h>
12-
#import "FBXCElementSnapshot.h"
12+
#import <WebDriverAgentLib/FBXCElementSnapshot.h>
1313

1414
NS_ASSUME_NONNULL_BEGIN
1515

WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <WebDriverAgentLib/FBElement.h>
1111
#import <WebDriverAgentLib/XCUIElement.h>
12-
#import "FBXCElementSnapshotWrapper.h"
12+
#import <WebDriverAgentLib/FBXCElementSnapshotWrapper.h>
1313

1414
NS_ASSUME_NONNULL_BEGIN
1515

WebDriverAgentLib/Utilities/FBXPath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#import <XCTest/XCTest.h>
1111
#import <WebDriverAgentLib/FBElement.h>
12-
#import "FBXCElementSnapshot.h"
12+
#import <WebDriverAgentLib/FBXCElementSnapshot.h>
1313

1414
#ifdef __clang__
1515
#pragma clang diagnostic push

0 commit comments

Comments
 (0)