1 #ifndef KERNEL_LIFETIMES_ENUMS_H 2 #define KERNEL_LIFETIMES_ENUMS_H 3 4 #include <array> 5 #include <string> 6 7 namespace kernel { 8 namespace lifetimes { 9 } // lifetimes 10 } // kernel 11 #endif // KERNEL_LIFETIMES_ENUMS_H 12