diff options
author | Adam <Adam@anope.org> | 2013-05-05 01:57:24 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-05 01:57:24 -0400 |
commit | 2044b4d3ad9dbdfd5c6c6573261a7c4bfd9e2878 (patch) | |
tree | 8693321490f29c3ba588bb0778a9f28b4cc292b2 /include/defs.h | |
parent | 1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (diff) |
Cleanup of dns stuff based on stuff found making inspircd's module
Diffstat (limited to 'include/defs.h')
-rw-r--r-- | include/defs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/defs.h b/include/defs.h index 8e1f17898..9521c760a 100644 --- a/include/defs.h +++ b/include/defs.h @@ -13,7 +13,6 @@ class AccessGroup; class AutoKick; -namespace Anope { class String; } class BotInfo; class CallBack; class ChanAccess; @@ -26,7 +25,7 @@ class Command; class CommandSource; namespace Configuration { class Conf; } class ConnectionSocket; -namespace DNS { class Packet; } +namespace DNS { class Query; } class Entry; class IdentifyRequest; class InfoFormatter; |