Deleted unnecessary import. (#1437)

* Deleted unnecessary import.

* Added back SafeMath.

* Removed another unnecessary import.
This commit is contained in:
Nicolás Venturo
2018-10-18 18:43:44 -03:00
committed by GitHub
parent 28cf567e41
commit bbe804a14b
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
pragma solidity ^0.4.24;
import "../validation/TimedCrowdsale.sol";
import "../../token/ERC20/IERC20.sol";
import "../../math/SafeMath.sol";
/**

View File

@ -1,7 +1,7 @@
pragma solidity ^0.4.24;
import "./ERC20.sol";
import "./IERC20.sol";
import "../../math/SafeMath.sol";
/**
* @title SafeERC20