Commit 44a404aa by Kookiekrak Committed by Francisco Giordano

Remove unnecessary import from ERC721Token.sol (#855)

The DeprecatedERC721.sol isn't implemented or necessary.
parent 1d2d18f9
pragma solidity ^0.4.18; pragma solidity ^0.4.18;
import "./ERC721.sol"; import "./ERC721.sol";
import "./DeprecatedERC721.sol";
import "./ERC721BasicToken.sol"; import "./ERC721BasicToken.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