#ifndef BAR_H #define BAR_H #include "foo.h" void bar(int a); #endif // BAR_H