#ifndef BAR_HPP #define BAR_HPP #include "foo/foo.hpp" int bar(Foo *foo); #endif