summaryrefslogtreecommitdiff
path: root/include/defs.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-11-22 00:50:33 -0500
committerAdam <Adam@anope.org>2012-11-22 00:50:33 -0500
commitd33a0f75a5c0c584fbb7cc0076da36d494f39494 (patch)
tree7b2274cc833c793c0f5595660cbd4d715de52ffd /include/defs.h
parent368d469631763e9c8bf399980d0ac7c5b5664d39 (diff)
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each other
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/defs.h b/include/defs.h
index ed6795142..437f0f08d 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -23,21 +23,21 @@ class ClientSocket;
class Command;
class CommandSource;
class ConnectionSocket;
-class DNSPacket;
-class dynamic_reference_base;
+namespace DNS { class Packet; }
class Entry;
class IdentifyRequest;
class InfoFormatter;
+class IRCDProto;
class ListenSocket;
class Log;
class LogInfo;
class Memo;
-class Message;
class MessageSource;
class Module;
class NickAlias;
class NickCore;
class OperType;
+class ReferenceBase;
class Regex;
class Serializable;
class Server;
@@ -48,7 +48,7 @@ class User;
class XLine;
class XLineManager;
struct BadWord;
-struct DNSQuery;
+namespace DNS { struct Query; }
struct Exception;
struct MemoInfo;
struct ModeLock;