diff options
Diffstat (limited to 'include/defs.h')
-rw-r--r-- | include/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/defs.h b/include/defs.h index db3c801ed..2df0a2c15 100644 --- a/include/defs.h +++ b/include/defs.h @@ -21,6 +21,7 @@ class ChannelInfo; class ChannelStatus; class ClientSocket; class Command; +class CommandSource; class ConnectionSocket; class DNSPacket; class dynamic_reference_base; @@ -42,13 +43,12 @@ class ServerConfig; class Socket; class Thread; class User; +class XLine; class XLineManager; struct BadWord; -struct CommandSource; struct DNSQuery; struct Exception; struct MemoInfo; struct ModeLock; struct Oper; -struct XLine; |