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/botserv/assign.cpp | |
parent | 17b7508058162a722120dd7a9d95c20b979af2e9 (diff) |
Rename haader file names to be consistent with module names
Diffstat (limited to 'modules/botserv/assign.cpp')
-rw-r--r-- | modules/botserv/assign.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/botserv/assign.cpp b/modules/botserv/assign.cpp index 840651dfc..1d2755ad5 100644 --- a/modules/botserv/assign.cpp +++ b/modules/botserv/assign.cpp @@ -10,7 +10,7 @@ */ #include "module.h" -#include "modules/bs_info.h" +#include "modules/botserv/info.h" class CommandBSAssign : public Command { |