Skip to content

Commit 308c491

Browse files
authored
Remove unused imports (#6227)
1 parent a0d9857 commit 308c491

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

contracts/access/AccessControl.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pragma solidity ^0.8.20;
55

66
import {IAccessControl} from "./IAccessControl.sol";
77
import {Context} from "../utils/Context.sol";
8-
import {IERC165, ERC165} from "../utils/introspection/ERC165.sol";
8+
import {ERC165} from "../utils/introspection/ERC165.sol";
99

1010
/**
1111
* @dev Contract module that allows children to implement role-based access

contracts/utils/cryptography/TrieProof.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.27;
33

4-
import {Math} from "../math/Math.sol";
54
import {Bytes} from "../Bytes.sol";
65
import {Memory} from "../Memory.sol";
76
import {RLP} from "../RLP.sol";

0 commit comments

Comments
 (0)