summaryrefslogtreecommitdiff
path: root/include/typedefs.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-08-08 14:24:40 +0200
committerAttila Molnar <attilamolnar@hush.com>2016-08-08 14:24:40 +0200
commit019914b67d69b59bb1920c19fa4346f6a75a4868 (patch)
tree192ed815905645bc8debde65117b6b51d245cdb9 /include/typedefs.h
parent4a12fc9d4bfb77fc2fc05c1052c66294e3774649 (diff)
Predeclare IOHookProvider, remove iohook.h include from socket.h
Diffstat (limited to 'include/typedefs.h')
-rw-r--r--include/typedefs.h1
1 files changed, 1 insertions, 0 deletions
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;