From 1b24c96ab07d99e5d95ec9337e7b541696b91eb3 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 31 Dec 2015 13:01:18 -0500 Subject: Rename haader file names to be consistent with module names --- modules/protocol/unreal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/unreal.cpp') 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 -- cgit