diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-08-08 14:24:40 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-08-08 14:24:40 +0200 |
commit | 019914b67d69b59bb1920c19fa4346f6a75a4868 (patch) | |
tree | 192ed815905645bc8debde65117b6b51d245cdb9 | |
parent | 4a12fc9d4bfb77fc2fc05c1052c66294e3774649 (diff) |
Predeclare IOHookProvider, remove iohook.h include from socket.h
-rw-r--r-- | include/socket.h | 1 | ||||
-rw-r--r-- | include/typedefs.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h index 9d69b5d22..b15ddcb3d 100644 --- a/include/socket.h +++ b/include/socket.h @@ -127,7 +127,6 @@ namespace irc } } -#include "iohook.h" #include "socketengine.h" /** This class handles incoming connections on client ports. * It will create a new User for every valid connection diff --git a/include/typedefs.h b/include/typedefs.h index 17c05d704..48842ccf0 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -31,6 +31,7 @@ class Extensible; class FakeUser; class InspIRCd; class Invitation; +class IOHookProvider; class LocalUser; class Membership; class Module; |