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