summaryrefslogtreecommitdiff
path: root/src/dns/packet/header.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dns/packet/header.rs (renamed from src/packet/header.rs)3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/packet/header.rs b/src/dns/packet/header.rs
index a75f6ba..2355ecb 100644
--- a/src/packet/header.rs
+++ b/src/dns/packet/header.rs
@@ -1,4 +1,5 @@
-use super::{buffer::PacketBuffer, result::ResultCode, Result};
+use super::{buffer::PacketBuffer, result::ResultCode};
+use crate::Result;
#[derive(Clone, Debug)]
pub struct DnsHeader {