#ifndef BAZ_H #define BAZ_H class Baz { public: Baz() {} }; #endif // BAZ_H