diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-03 18:46:24 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-08 23:13:24 +0200 |
commit | 1bf6cf727da706d821bc4cf84055e27be5ed7f7c (patch) | |
tree | d308a8d985fda940a8ea9a6fbec96da486302d8d /src/modes/cmode_v.cpp | |
parent | 9eeae941959511957abd770ed8e11f3ecdcd739e (diff) |
Unite include/modes/*.h into include/builtinmodes.h
Diffstat (limited to 'src/modes/cmode_v.cpp')
-rw-r--r-- | src/modes/cmode_v.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_v.cpp b/src/modes/cmode_v.cpp index 4a00f60f1..61387ce83 100644 --- a/src/modes/cmode_v.cpp +++ b/src/modes/cmode_v.cpp @@ -26,7 +26,7 @@ #include "channels.h" #include "users.h" #include "modules.h" -#include "modes/cmode_v.h" +#include "builtinmodes.h" ModeChannelVoice::ModeChannelVoice() : ModeHandler(NULL, "voice", 'v', PARAM_ALWAYS, MODETYPE_CHANNEL) { |