#ifndef GOMA_HH #define GOMA_HH #include class MonMon; class PollLooper; std::unique_ptr create_goma_monmon( std::shared_ptr const& looper); #endif // GOMA_HH