Move programs/system into runtime/

This commit is contained in:
Michael Vines
2019-03-12 07:48:22 -07:00
parent 7b35114c0f
commit 3d2b7dd1ef
10 changed files with 6 additions and 47 deletions

View File

@@ -7,6 +7,7 @@ pub mod loader_utils;
mod native_loader;
pub mod runtime;
mod status_cache;
mod system_program;
#[macro_use]
extern crate solana_metrics;