aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/interfaces/contracts/protocol/Exchange/IMatchOrders.sol
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/interfaces/contracts/protocol/Exchange/IMatchOrders.sol')
-rw-r--r--contracts/interfaces/contracts/protocol/Exchange/IMatchOrders.sol4
1 files changed, 2 insertions, 2 deletions
diff --git a/contracts/interfaces/contracts/protocol/Exchange/IMatchOrders.sol b/contracts/interfaces/contracts/protocol/Exchange/IMatchOrders.sol
index 5df46ea80..656547b56 100644
--- a/contracts/interfaces/contracts/protocol/Exchange/IMatchOrders.sol
+++ b/contracts/interfaces/contracts/protocol/Exchange/IMatchOrders.sol
@@ -18,8 +18,8 @@
pragma solidity ^0.4.24;
pragma experimental ABIEncoderV2;
-import "@0x/contracts-libs/contracts/libs/LibOrder.sol";
-import "@0x/contracts-libs/contracts/libs/LibFillResults.sol";
+import "@0x/contracts-exchange-libs/contracts/exchange-libs/LibOrder.sol";
+import "@0x/contracts-exchange-libs/contracts/exchange-libs/LibFillResults.sol";
contract IMatchOrders {