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_k.cpp | |
parent | 9eeae941959511957abd770ed8e11f3ecdcd739e (diff) |
Unite include/modes/*.h into include/builtinmodes.h
Diffstat (limited to 'src/modes/cmode_k.cpp')
-rw-r--r-- | src/modes/cmode_k.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_k.cpp b/src/modes/cmode_k.cpp index 400333fce..b2d9f34e8 100644 --- a/src/modes/cmode_k.cpp +++ b/src/modes/cmode_k.cpp @@ -24,7 +24,7 @@ #include "mode.h" #include "channels.h" #include "users.h" -#include "modes/cmode_k.h" +#include "builtinmodes.h" ModeChannelKey::ModeChannelKey() : ModeHandler(NULL, "key", 'k', PARAM_ALWAYS, MODETYPE_CHANNEL) { |