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/protocol/unreal.cpp | |
parent | 17b7508058162a722120dd7a9d95c20b979af2e9 (diff) |
Rename haader file names to be consistent with module names
Diffstat (limited to 'modules/protocol/unreal.cpp')
-rw-r--r-- | modules/protocol/unreal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index 6bcaaab26..3bb8ab93a 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -10,7 +10,7 @@ */ #include "module.h" -#include "modules/cs_mode.h" +#include "modules/chanserv/mode.h" #include "modules/sasl.h" class UnrealIRCdProto : public IRCDProto |