1 2 3 4 5 6 7 8
#ifndef UTIL_USAGE__ #define UTIL_USAGE__ #include <iosfwd> namespace util { void PrintUsage(std::ostream &to); } // namespace util #endif // UTIL_USAGE__