#ifndef B_H #define B_H #include "a.h" #include "c.h" void b(); #endif