Sort them alphabetically, but put public includes at the top.
@@ -20,11 +20,11 @@ use std::collections::HashMap;
extern crate libc;
+pub mod disassembler;
pub mod ebpf;
pub mod helpers;
-mod verifier;
mod jit;
-pub mod disassembler;
+mod verifier;
// A metadata buffer with two offset indications. It can be used in one kind of eBPF VM to simulate
// the use of a metadata buffer each time the program is executed, without the user having to