summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/compressed_data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/compressed_data.rs')
-rw-r--r--openpgp/src/packet/compressed_data.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/openpgp/src/packet/compressed_data.rs b/openpgp/src/packet/compressed_data.rs
index 8a2af0fc..a66fa7a8 100644
--- a/openpgp/src/packet/compressed_data.rs
+++ b/openpgp/src/packet/compressed_data.rs
@@ -1,10 +1,10 @@
use std::fmt;
use std::ops::{Deref, DerefMut};
-use packet::{self, Common};
-use Packet;
-use Container;
-use constants::CompressionAlgorithm;
+use crate::packet::{self, Common};
+use crate::Packet;
+use crate::Container;
+use crate::constants::CompressionAlgorithm;
/// Holds a compressed data packet.
///