diff options
author | Adam <Adam@anope.org> | 2012-09-02 08:30:54 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-09-02 08:30:54 -0400 |
commit | 1af64a9bbb150b9daae3944d6aae86864c271103 (patch) | |
tree | c24a1ac6793e997f83ac66810b611f88855fcd90 /include/defs.h | |
parent | e3d5140dcc936ff411c438b7e3997104cb5f085a (diff) |
Fix Windows
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; |