#ifndef fkstd_COMMONS_HPP #define fkstd_COMMONS_HPP #include #include "../src/commons.hpp" #include "../src/Module.hpp" #include "../src/Constant.hpp" #include "../src/SymTable.hpp" using namespace fk; FK_ERROR(assert_error); #endif