#ifndef DOS2UNIX_H #define DOS2UNIX_H #include class Dos2Unix { public: static void run(std::string& s); }; #endif