Remove unnecessary import from ERC721Token.sol (#855)

The DeprecatedERC721.sol isn't implemented or necessary.
pull/848/head^2
Kookiekrak 7 years ago committed by Francisco Giordano
parent 1d2d18f9da
commit 44a404aae5
  1. 1
      contracts/token/ERC721/ERC721Token.sol

@ -1,7 +1,6 @@
pragma solidity ^0.4.18;
import "./ERC721.sol";
import "./DeprecatedERC721.sol";
import "./ERC721BasicToken.sol";

Loading…
Cancel
Save