aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/core/contracts/protocol/Exchange/mixins/MMatchOrders.sol
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/core/contracts/protocol/Exchange/mixins/MMatchOrders.sol')
-rw-r--r--contracts/core/contracts/protocol/Exchange/mixins/MMatchOrders.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/core/contracts/protocol/Exchange/mixins/MMatchOrders.sol b/contracts/core/contracts/protocol/Exchange/mixins/MMatchOrders.sol
index bb285de03..1eb4be329 100644
--- a/contracts/core/contracts/protocol/Exchange/mixins/MMatchOrders.sol
+++ b/contracts/core/contracts/protocol/Exchange/mixins/MMatchOrders.sol
@@ -20,7 +20,7 @@ pragma experimental ABIEncoderV2;
import "@0x/contracts-libs/contracts/libs/LibOrder.sol";
import "@0x/contracts-libs/contracts/libs/LibFillResults.sol";
-import "../interfaces/IMatchOrders.sol";
+import "@0x/contracts-interfaces/contracts/protocol/Exchange/IMatchOrders.sol";
contract MMatchOrders is