icu
icu copied to clipboard
ICU-22724 Clean up import statements
I mistakenly did the original cleanup in main (PR https://github.com/unicode-org/icu/pull/3245)
This is a cherry-pick from main to maint/maint-76
Checklist
- [x] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22724
- For minor changes you can use one of the following per-release tickets:
- ICU 77 code warnings/version updates: ICU-22920 — Fix compiler warnings. Update versions of code-related dependencies (e.g., dependabot).
- ICU 77 docs minor fixes: ICU-22921 — User Guide & API docs typos etc., and version updates (e.g., dependabot for User Guide)
- [x] Required: The PR title must be prefixed with a JIRA Issue number. Example: "ICU-1234 Fix xyz"
- [x] Required: The PR description must include the link to the Jira Issue, for example by completing the URL in the first checklist item
- [x] Required: Each commit message must be prefixed with a JIRA Issue number. Example: "ICU-1234 Fix xyz"
- [x] Issue accepted (done by Technical Committee after discussion)
- [ ] Tests included, if applicable
- [ ] API docs and/or User Guide docs changed or added, if applicable
This PR here also targets the main branch...
This PR here also targets the main branch...
Changed, targeting maint-76