1 2 3 4 5 6 7 8 9
#ifndef PLAIN_HPP #define PLAIN_HPP #include "foo.hpp" #include "bar.hpp" bar_t foobar(foo_t); #endif