We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d9857 commit 308c491Copy full SHA for 308c491
contracts/access/AccessControl.sol
@@ -5,7 +5,7 @@ pragma solidity ^0.8.20;
5
6
import {IAccessControl} from "./IAccessControl.sol";
7
import {Context} from "../utils/Context.sol";
8
-import {IERC165, ERC165} from "../utils/introspection/ERC165.sol";
+import {ERC165} from "../utils/introspection/ERC165.sol";
9
10
/**
11
* @dev Contract module that allows children to implement role-based access
contracts/utils/cryptography/TrieProof.sol
@@ -1,7 +1,6 @@
1
// SPDX-License-Identifier: MIT
2
pragma solidity ^0.8.27;
3
4
-import {Math} from "../math/Math.sol";
import {Bytes} from "../Bytes.sol";
import {Memory} from "../Memory.sol";
import {RLP} from "../RLP.sol";
0 commit comments