summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/seip.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/seip.rs')
-rw-r--r--openpgp/src/packet/seip.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/packet/seip.rs b/openpgp/src/packet/seip.rs
index fd448661..12c24efa 100644
--- a/openpgp/src/packet/seip.rs
+++ b/openpgp/src/packet/seip.rs
@@ -6,8 +6,8 @@
//! [Section 5.13 of RFC 4880]: https://tools.ietf.org/html/rfc4880#section-5.13
use std::ops::{Deref, DerefMut};
-use packet::{self, Common};
-use Packet;
+use crate::packet::{self, Common};
+use crate::Packet;
/// Holds an encrypted data packet.
///