#ifndef UTIL_USAGE__ #define UTIL_USAGE__ #include namespace util { void PrintUsage(std::ostream &to); } // namespace util #endif // UTIL_USAGE__