#ifndef WORKER_H #define WORKER_H class Worker { public: Worker(); }; #endif // WORKER_H