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:
parent
0663a94ec4
commit
69d209dad1
1 changed files with 0 additions and 2 deletions
|
@ -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 &)>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue