#ifndef _INCOMPLETES_HPP #define _INCOMPLETES_HPP #include struct User; struct Channel; struct Cache; struct NetworkInfo; using u_User = std::unique_ptr; using u_Channel = std::unique_ptr; #endif