#ifndef B_HPP
#define B_HPP

class A {};
class B {};

#endif // B_HPP
