#ifndef TOLOWER_INCLUDED # define TOLOWER_INCLUDED #include namespace utils { std::string tolower(const std::string& original); } #endif // SPLIT_INCLUDED