#pragma once // // Copyright (c) 2019-2020 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com) // // Distributed under the MIT Software License // /** \file wx.hpp * A convenience header to include rotor support for libev */ #include "rotor/ev/supervisor_config_ev.h" #include "rotor/ev/supervisor_ev.h" #include "rotor/ev/system_context_ev.h" namespace rotor { /// namespace for ev adapters for `rotor` namespace ev {} } // namespace rotor