about summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/check.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsyntax/ext/pipes/check.rs')
-rw-r--r--src/libsyntax/ext/pipes/check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/pipes/check.rs b/src/libsyntax/ext/pipes/check.rs
index cd76655fef6..7193a00950e 100644
--- a/src/libsyntax/ext/pipes/check.rs
+++ b/src/libsyntax/ext/pipes/check.rs
@@ -31,7 +31,7 @@ that.
 
 use ext::base::ext_ctxt;
 
-use proto::{state, protocol, next_state};
+use ext::pipes::proto::{state, protocol, next_state};
 
 impl ext_ctxt: proto::visitor<(), (), ()>  {
     fn visit_proto(_proto: protocol,