Removed unused imports

This commit is contained in:
Benjamin Morel
2013-10-16 17:30:18 +00:00
parent 167433de0c
commit ee00329652
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -3,10 +3,6 @@
namespace GeoIp2\Database;
use GeoIp2\Exception\AddressNotFoundException;
use GeoIp2\Model\City;
use GeoIp2\Model\CityIspOrg;
use GeoIp2\Model\Country;
use GeoIp2\Model\Omni;
use GeoIp2\ProviderInterface;
use MaxMind\Db\Reader as DbReader;