Unverified Commit a808b0b0 by Francisco Giordano Committed by GitHub

Merge pull request #523 from thesved/patch-1

Math.sol is not used, not needed
parents 4e8f422a e7465241
...@@ -3,7 +3,6 @@ pragma solidity ^0.4.11; ...@@ -3,7 +3,6 @@ pragma solidity ^0.4.11;
import './ERC20Basic.sol'; import './ERC20Basic.sol';
import './SafeERC20.sol'; import './SafeERC20.sol';
import '../ownership/Ownable.sol'; import '../ownership/Ownable.sol';
import '../math/Math.sol';
import '../math/SafeMath.sol'; import '../math/SafeMath.sol';
/** /**
......
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