Skip to content

Commit ee7f2fc

Browse files
andrewovertonmaterial-automation
authored andcommitted
[TextControls] Fix imports for clang tidy
PiperOrigin-RevId: 354994728
1 parent 72b541a commit ee7f2fc

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

components/TextControls/src/BaseTextFields/MDCBaseTextField.m

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

1717
#import <Foundation/Foundation.h>
1818

19+
#import "MaterialTextControls+Enums.h"
20+
#import "MDCTextControlAssistiveLabelDrawPriority.h"
1921
#import <MDFInternationalization/MDFInternationalization.h>
2022

2123
#import "MDCBaseTextFieldDelegate.h"

components/TextControls/tests/snapshot/MDCBaseTextFieldSnapshotTests.m

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

1717
#import <UIKit/UIKit.h>
1818

19-
#import "MaterialTextControls+FilledTextFieldsTheming.h"
20-
#import "MaterialTextControls+OutlinedTextFieldsTheming.h"
2119
#import "supplemental/MDCBaseTextFieldTestsSnapshotTestHelpers.h"
2220
#import "supplemental/MDCTextControlSnapshotTestHelpers.h"
2321

components/TextControls/tests/snapshot/MDCFilledTextFieldSnapshotTests.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
#import "supplemental/MDCBaseTextFieldTestsSnapshotTestHelpers.h"
2020
#import "supplemental/MDCTextControlSnapshotTestHelpers.h"
2121
#import "MaterialTextControls+FilledTextFields.h"
22-
#import "MaterialTextControls+FilledTextFieldsTheming.h"
23-
#import "MaterialTextControls+OutlinedTextFieldsTheming.h"
2422

2523
@interface MDCFilledTextFieldTestsSnapshotTests : MDCSnapshotTestCase
2624
@property(strong, nonatomic) MDCFilledTextField *textField;

components/TextControls/tests/snapshot/MDCOutlinedTextFieldSnapshotTests.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818

1919
#import "supplemental/MDCBaseTextFieldTestsSnapshotTestHelpers.h"
2020
#import "supplemental/MDCTextControlSnapshotTestHelpers.h"
21-
#import "MaterialTextControls+FilledTextFieldsTheming.h"
2221
#import "MaterialTextControls+OutlinedTextFields.h"
23-
#import "MaterialTextControls+OutlinedTextFieldsTheming.h"
2422

2523
@interface MDCOutlinedTextFieldTestsSnapshotTests : MDCSnapshotTestCase
2624
@property(strong, nonatomic) MDCOutlinedTextField *textField;

components/TextControls/tests/snapshot/supplemental/MDCBaseTextFieldTestsSnapshotTestHelpers.m

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
#import <UIKit/UIKit.h>
1818

1919
#import "MaterialTextControls+BaseTextFields.h"
20+
#import "MaterialTextControls+Enums.h"
21+
#import "MaterialTextControls+FilledTextFields.h"
22+
#import "MaterialTextControls+OutlinedTextFields.h"
23+
#import "MaterialTextControls+UnderlinedTextFields.h"
2024
#import "MDCTextControlSnapshotTestHelpers.h"
21-
#import "MaterialSnapshot.h"
2225

2326
@interface MDCBaseTextField (AnimationDuration)
2427
@property(nonatomic, assign) NSTimeInterval animationDuration;

0 commit comments

Comments
 (0)