diff --git a/src/lib.rs b/src/lib.rs index 4ba1406..0f6717e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,12 +1,10 @@ //! # Inka mod base; -mod header; mod program; mod section; pub use base::Base; -pub use header::Header; pub use program::{program, Program}; pub use section::Section;