0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-15 17:16:49 +01:00

ircd: Remove unnecessary fwd decls.

This commit is contained in:
Jason Volk 2017-12-12 15:37:07 -07:00
parent 0663a94ec4
commit 69d209dad1

View file

@ -169,8 +169,6 @@ namespace ircd
namespace ircd
{
struct client;
struct server;
enum class runlevel :int;
using runlevel_handler = std::function<void (const enum runlevel &)>;