Move state into proto::streams

This commit is contained in:
Carl Lerche
2017-08-02 12:57:49 -07:00
parent 341e15769e
commit 22ebf186c6
6 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
use {frame, Peer, ConnectionError};
use proto::*;
use super::{Config, Store};
use super::{state, Config, Store};
use error::Reason::*;