Unverified Commit bbe804a1 by Nicolás Venturo Committed by GitHub

Deleted unnecessary import. (#1437)

* Deleted unnecessary import.

* Added back SafeMath.

* Removed another unnecessary import.
parent 28cf567e
pragma solidity ^0.4.24;
import "../validation/TimedCrowdsale.sol";
import "../../token/ERC20/IERC20.sol";
import "../../math/SafeMath.sol";
/**
......
pragma solidity ^0.4.24;
import "./ERC20.sol";
import "./IERC20.sol";
import "../../math/SafeMath.sol";
/**
* @title SafeERC20
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment