Skip to content

Commit

Permalink
Clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 14, 2022
1 parent 2fa98ca commit 2ea4855
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions src/Curve.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

namespace Brick\Geo;

use Brick\Geo\Engine\GeometryEngine;
use Brick\Geo\Exception\EmptyGeometryException;
use Brick\Geo\Exception\GeometryEngineException;

/**
* A Curve is a 1-dimensional geometric object usually stored as a sequence of Points.
Expand Down
2 changes: 0 additions & 2 deletions src/Geometry.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

namespace Brick\Geo;

use Brick\Geo\Engine\GeometryEngine;
use Brick\Geo\Exception\CoordinateSystemException;
use Brick\Geo\Exception\GeometryEngineException;
use Brick\Geo\Exception\GeometryIOException;
use Brick\Geo\Exception\InvalidGeometryException;
use Brick\Geo\Exception\UnexpectedGeometryException;
Expand Down
3 changes: 0 additions & 3 deletions src/MultiCurve.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

namespace Brick\Geo;

use Brick\Geo\Engine\GeometryEngine;
use Brick\Geo\Exception\GeometryEngineException;

/**
* A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
*
Expand Down
3 changes: 0 additions & 3 deletions src/MultiSurface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

namespace Brick\Geo;

use Brick\Geo\Engine\GeometryEngine;
use Brick\Geo\Exception\GeometryEngineException;

/**
* A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces.
*
Expand Down
2 changes: 0 additions & 2 deletions src/Point.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
namespace Brick\Geo;

use ArrayIterator;
use Brick\Geo\Engine\GeometryEngine;
use Brick\Geo\Exception\GeometryEngineException;
use Brick\Geo\Exception\InvalidGeometryException;

/**
Expand Down
2 changes: 0 additions & 2 deletions src/PolyhedralSurface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
namespace Brick\Geo;

use ArrayIterator;
use Brick\Geo\Engine\GeometryEngine;
use Brick\Geo\Exception\GeometryEngineException;
use Brick\Geo\Exception\CoordinateSystemException;
use Brick\Geo\Exception\NoSuchGeometryException;

Expand Down
3 changes: 0 additions & 3 deletions src/Surface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

namespace Brick\Geo;

use Brick\Geo\Engine\GeometryEngine;
use Brick\Geo\Exception\GeometryEngineException;

/**
* A Surface is a 2-dimensional geometric object.
*
Expand Down

0 comments on commit 2ea4855

Please sign in to comment.