This commit is contained in:
Linus Färnstrand
2016-06-30 19:26:58 +02:00
parent 3286c5b9e8
commit 7346d133b3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
use std::fmt; use std::fmt;
use std::net::{Ipv4Addr}; use std::net::Ipv4Addr;
use common::{IpNetworkError, cidr_parts, parse_prefix}; use common::{IpNetworkError, cidr_parts, parse_prefix};