#ifndef BACKUP_H #define BACKUP_H class Backup { public: Backup(); }; #endif // BACKUP_H