1
0
mirror of https://github.com/danog/math.git synced 2024-11-30 04:19:31 +01:00

Clean up unused imports

This commit is contained in:
Benjamin Morel 2015-06-12 01:20:44 +02:00
parent 0dcae82742
commit 115455238b
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
namespace Brick\Math\Tests;
use Brick\Math\ArithmeticException;
use Brick\Math\Internal\Calculator;
use Brick\Math\BigDecimal;
use Brick\Math\RoundingMode;

View File

@ -3,7 +3,6 @@
namespace Brick\Math\Tests;
use Brick\Math\ArithmeticException;
use Brick\Math\Internal\Calculator;
use Brick\Math\BigInteger;
use Brick\Math\RoundingMode;