File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
contracts/access/access_control Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33pragma solidity ^ 0.8.0 ;
44
5+ import { EnumerableSet } from '../../data/EnumerableSet.sol ' ;
56import { AddressUtils } from '../../utils/AddressUtils.sol ' ;
6- import { EnumerableSet } from '../../utils/EnumerableSet.sol ' ;
77import { UintUtils } from '../../utils/UintUtils.sol ' ;
88import { IAccessControlInternal } from './IAccessControlInternal.sol ' ;
99import { AccessControlStorage } from './AccessControlStorage.sol ' ;
Original file line number Diff line number Diff line change 22
33pragma solidity ^ 0.8.0 ;
44
5- import { EnumerableSet } from '../../utils /EnumerableSet.sol ' ;
5+ import { EnumerableSet } from '../../data /EnumerableSet.sol ' ;
66
77library AccessControlStorage {
88 struct RoleData {
You can’t perform that action at this time.
0 commit comments