common_header.h 114 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 #ifndef _COMMON_HEADER_H_ #define _COMMON_HEADER_H_ #include "../logger.hpp" #include "../utiltools.hpp" #endif