diff options
author | Adam <Adam@anope.org> | 2015-12-31 13:01:18 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-12-31 13:01:18 -0500 |
commit | 1b24c96ab07d99e5d95ec9337e7b541696b91eb3 (patch) | |
tree | 4524a0bccec9842bc962bb96471608aab719c773 /modules/chanserv/set_misc.cpp | |
parent | 17b7508058162a722120dd7a9d95c20b979af2e9 (diff) |
Rename haader file names to be consistent with module names
Diffstat (limited to 'modules/chanserv/set_misc.cpp')
-rw-r--r-- | modules/chanserv/set_misc.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/chanserv/set_misc.cpp b/modules/chanserv/set_misc.cpp index 7af347087..71087138a 100644 --- a/modules/chanserv/set_misc.cpp +++ b/modules/chanserv/set_misc.cpp @@ -9,9 +9,9 @@ */ #include "module.h" -#include "modules/cs_set_misc.h" -#include "modules/cs_info.h" -#include "modules/cs_set.h" +#include "modules/chanserv/set_misc.h" +#include "modules/chanserv/info.h" +#include "modules/chanserv/set.h" static Anope::map<Anope::string> descriptions; |