Deleted unnecessary import. (#1437)
* Deleted unnecessary import. * Added back SafeMath. * Removed another unnecessary import.
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
pragma solidity ^0.4.24;
|
||||
|
||||
import "../validation/TimedCrowdsale.sol";
|
||||
import "../../token/ERC20/IERC20.sol";
|
||||
import "../../math/SafeMath.sol";
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
pragma solidity ^0.4.24;
|
||||
|
||||
import "./ERC20.sol";
|
||||
import "./IERC20.sol";
|
||||
import "../../math/SafeMath.sol";
|
||||
|
||||
/**
|
||||
* @title SafeERC20
|
||||
|
||||
Reference in New Issue
Block a user