diff options
author | Adam <Adam@anope.org> | 2012-12-15 01:33:31 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-12-15 01:33:31 -0500 |
commit | dcd34d37287adb6aa03d32edd17fc8015b52feb8 (patch) | |
tree | 4eb963bc60c8db543973456e7fce35aaae5a4ad4 /include/module.h | |
parent | cdec0a3f96bbfa6d5300b7a6d602fd170e7ccd56 (diff) |
Move DNS handling to a module
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h index 197899ca8..e2fc18eaf 100644 --- a/include/module.h +++ b/include/module.h @@ -21,7 +21,6 @@ #include "channels.h" #include "commands.h" #include "config.h" -#include "dns.h" #include "extensible.h" #include "hashcomp.h" #include "language.h" |