#ifndef PLAIN_HPP #define PLAIN_HPP #include "foo.hpp" #include "bar.hpp" bar_t foobar(foo_t); #endif