Skip to content

Commit

Permalink
🗑️ remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders authored Mar 11, 2024
2 parents dff51d0 + d772c62 commit dc0616c
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions src/Int128/USDPerQuantoInt128/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ import {USDPerQuantoUint128} from
"../../Uint128/USDPerQuantoUint128/ValueType.sol";
import {BaseQuantoPerUSDInt128} from "../BaseQuantoPerUSDInt128/ValueType.sol";
import {USDPerQuantoInt256} from "../../Int256/USDPerQuantoInt256/ValueType.sol";
import {USDPerBaseInt128} from "../USDPerBaseInt128/ValueType.sol";
import {BaseInt128} from "../BaseInt128/ValueType.sol";
import {QuantoInt128} from "../QuantoInt128/ValueType.sol";
import {USDInt128} from "../USDInt128/ValueType.sol";

import {DecimalMath} from "../../utils/DecimalMath.sol";
import {SafeCastI256} from "../../utils/SafeCast.sol";

import {SafeCastI128} from "../../utils/SafeCast.sol";

/// @notice External Casting utilities for USDPerQuantoInt128.
Expand Down
1 change: 0 additions & 1 deletion src/Int256/BaseQuantoPerUSDInt256/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {USDPerBaseInt256} from "../USDPerBaseInt256/ValueType.sol";
import {USDPerQuantoInt256} from "../USDPerQuantoInt256/ValueType.sol";
import {BaseInt256} from "../BaseInt256/ValueType.sol";
import {QuantoInt256} from "../QuantoInt256/ValueType.sol";
import {USDInt256} from "../USDInt256/ValueType.sol";

import {DecimalMath} from "../../utils/DecimalMath.sol";
import {SafeCastI256} from "../../utils/SafeCast.sol";
Expand Down
1 change: 0 additions & 1 deletion src/Int256/QuantoInt256/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.8.19;
import "./ValueType.sol";
import {QuantoInt128} from "../../Int128/QuantoInt128/ValueType.sol";
import {QuantoUint256} from "../../Uint256/QuantoUint256/ValueType.sol";
import {BaseInt256} from "../BaseInt256/ValueType.sol";
import {USDPerQuantoInt256} from "../USDPerQuantoInt256/ValueType.sol";
import {USDInt256} from "../USDInt256/ValueType.sol";

Expand Down
1 change: 0 additions & 1 deletion src/Int256/USDPerQuantoInt256/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {USDPerQuantoInt128} from "../../Int128/USDPerQuantoInt128/ValueType.sol"
import {USDPerQuantoUint256} from
"../../Uint256/USDPerQuantoUint256/ValueType.sol";
import {BaseQuantoPerUSDInt256} from "../BaseQuantoPerUSDInt256/ValueType.sol";
import {USDPerBaseInt256} from "../USDPerBaseInt256/ValueType.sol";
import {BaseInt256} from "../BaseInt256/ValueType.sol";
import {QuantoInt256} from "../QuantoInt256/ValueType.sol";
import {USDInt256} from "../USDInt256/ValueType.sol";
Expand Down
1 change: 0 additions & 1 deletion src/Uint128/BaseQuantoPerUSDUint128/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {BaseQuantoPerUSDUint256} from
"../../Uint256/BaseQuantoPerUSDUint256/ValueType.sol";
import {BaseUint128} from "../BaseUint128/ValueType.sol";
import {QuantoUint128} from "../QuantoUint128/ValueType.sol";
import {USDUint128} from "../USDUint128/ValueType.sol";

import {DecimalMath} from "../../utils/DecimalMath.sol";
import {SafeCastU256} from "../../utils/SafeCast.sol";
Expand Down
2 changes: 0 additions & 2 deletions src/Uint128/QuantoUint128/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ pragma solidity >=0.8.19;

import "./ValueType.sol";
import {QuantoInt128} from "../../Int128/QuantoInt128/ValueType.sol";
import {BaseUint128} from "../BaseUint128/ValueType.sol";
import {USDPerBaseUint128} from "../USDPerBaseUint128/ValueType.sol";
import {USDPerQuantoUint128} from "../USDPerQuantoUint128/ValueType.sol";
import {USDUint128} from "../USDUint128/ValueType.sol";
import {QuantoUint256} from "../../Uint256/QuantoUint256/ValueType.sol";
Expand Down
1 change: 0 additions & 1 deletion src/Uint128/USDPerQuantoUint128/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.8.19;
import "./ValueType.sol";
import {USDPerQuantoInt128} from "../../Int128/USDPerQuantoInt128/ValueType.sol";
import {BaseQuantoPerUSDUint128} from "../BaseQuantoPerUSDUint128/ValueType.sol";
import {USDPerBaseUint128} from "../USDPerBaseUint128/ValueType.sol";
import {BaseUint128} from "../BaseUint128/ValueType.sol";
import {QuantoUint128} from "../QuantoUint128/ValueType.sol";
import {USDUint128} from "../USDUint128/ValueType.sol";
Expand Down
1 change: 0 additions & 1 deletion src/Uint256/BaseQuantoPerUSDUint256/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {USDPerBaseUint256} from "../USDPerBaseUint256/ValueType.sol";
import {USDPerQuantoUint256} from "../USDPerQuantoUint256/ValueType.sol";
import {BaseUint256} from "../BaseUint256/ValueType.sol";
import {QuantoUint256} from "../QuantoUint256/ValueType.sol";
import {USDUint256} from "../USDUint256/ValueType.sol";

import {DecimalMath} from "../../utils/DecimalMath.sol";
import {SafeCastU256} from "../../utils/SafeCast.sol";
Expand Down
2 changes: 0 additions & 2 deletions src/Uint256/QuantoUint256/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ pragma solidity >=0.8.19;
import "./ValueType.sol";
import {QuantoUint128} from "../../Uint128/QuantoUint128/ValueType.sol";
import {QuantoInt256} from "../../Int256/QuantoInt256/ValueType.sol";
import {BaseUint256} from "../BaseUint256/ValueType.sol";
import {USDPerBaseUint256} from "../USDPerBaseUint256/ValueType.sol";
import {USDPerQuantoUint256} from "../USDPerQuantoUint256/ValueType.sol";
import {USDUint256} from "../USDUint256/ValueType.sol";

Expand Down
1 change: 0 additions & 1 deletion src/Uint256/USDPerQuantoUint256/Interactions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {USDPerQuantoUint128} from
"../../Uint128/USDPerQuantoUint128/ValueType.sol";
import {USDPerQuantoInt256} from "../../Int256/USDPerQuantoInt256/ValueType.sol";
import {BaseQuantoPerUSDUint256} from "../BaseQuantoPerUSDUint256/ValueType.sol";
import {USDPerBaseUint256} from "../USDPerBaseUint256/ValueType.sol";
import {BaseUint256} from "../BaseUint256/ValueType.sol";
import {QuantoUint256} from "../QuantoUint256/ValueType.sol";
import {USDUint256} from "../USDUint256/ValueType.sol";
Expand Down

0 comments on commit dc0616c

Please sign in to comment.