#ifndef FILESORTER_H #define FILESORTER_H class FileSorter { public: FileSorter(); }; #endif // FILESORTER_H