diff options
| author | 2013-04-03 18:46:24 +0200 | |
|---|---|---|
| committer | 2013-04-08 23:13:24 +0200 | |
| commit | 1bf6cf727da706d821bc4cf84055e27be5ed7f7c (patch) | |
| tree | d308a8d985fda940a8ea9a6fbec96da486302d8d /src/modes/cmode_o.cpp | |
| parent | Allow dynamic references to reference ServiceProviders, introduce ModeReference (diff) | |
Unite include/modes/*.h into include/builtinmodes.h
Diffstat (limited to 'src/modes/cmode_o.cpp')
| -rw-r--r-- | src/modes/cmode_o.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_o.cpp b/src/modes/cmode_o.cpp index 0a13b39ce..ff57e177a 100644 --- a/src/modes/cmode_o.cpp +++ b/src/modes/cmode_o.cpp @@ -26,7 +26,7 @@ #include "channels.h" #include "users.h" #include "modules.h" -#include "modes/cmode_o.h" +#include "builtinmodes.h" ModeChannelOp::ModeChannelOp() : ModeHandler(NULL, "op", 'o', PARAM_ALWAYS, MODETYPE_CHANNEL) { |
