#ifndef B_H #define B_H #include "A.h" void g(int); #endif