#ifndef help1_h_ #define help1_h_ #include #include "help2.h" void help1() { std::cout << "help1" << std::endl; help2(); } #endif