#ifndef A_HPP
#define A_HPP

class A {
   // ...
};

#endif // A_HPP
