Move header helpers from module/header/ to module/helpers/

This commit is contained in:
Matthias Beyer 2015-12-05 16:03:05 +01:00
parent c6a2d39981
commit ab3ada0914
5 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use module::header as headerhelpers;
use module::helpers::header as headerhelpers;
use storage::file::FileHeaderData as FHD;
use storage::file::FileHeaderSpec as FHS;

View file

@ -0,0 +1 @@
pub mod header;

View file

@ -10,7 +10,7 @@ use runtime::Runtime;
use storage::backend::StorageBackend;
pub mod bm;
pub mod header;
pub mod helpers;
#[derive(Debug)]
pub struct ModuleError {