summaryrefslogtreecommitdiff
path: root/modules/hostserv/group.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-12-31 13:01:18 -0500
committerAdam <Adam@anope.org>2015-12-31 13:01:18 -0500
commit1b24c96ab07d99e5d95ec9337e7b541696b91eb3 (patch)
tree4524a0bccec9842bc962bb96471608aab719c773 /modules/hostserv/group.cpp
parent17b7508058162a722120dd7a9d95c20b979af2e9 (diff)
Rename haader file names to be consistent with module names
Diffstat (limited to 'modules/hostserv/group.cpp')
-rw-r--r--modules/hostserv/group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hostserv/group.cpp b/modules/hostserv/group.cpp
index c3971fdea..3aff66e27 100644
--- a/modules/hostserv/group.cpp
+++ b/modules/hostserv/group.cpp
@@ -10,7 +10,7 @@
*/
#include "module.h"
-#include "modules/ns_group.h"
+#include "modules/nickserv/group.h"
class CommandHSGroup : public Command
{