1 2 3 4 5 6 7 8
#ifndef __JE_COMMON_H__ #define __JE_COMMON_H__ #include "je_exception.h" #include "je_array.hpp" #include "je_string.h" #endif