diff --git a/src/basic_types.rs b/src/basic_types.rs
index 2c18c59d2..2466d8813 100644
--- a/src/basic_types.rs
+++ b/src/basic_types.rs
@@ -5,3 +5,8 @@ pub type LogBloom = H2048;
/// Constant 2048-bit datum for 0. Often used as a default.
pub static ZERO_LOGBLOOM: LogBloom = H2048([0x00; 256]);
+
+pub enum Seal {
+ With,
+ Without,
+}
diff --git a/src/header.rs b/src/header.rs
index 41230b2ce..7a01797a6 100644
--- a/src/header.rs
+++ b/src/header.rs
@@ -34,11 +34,6 @@ pub struct Header {
pub hash: RefCell