diff options
Diffstat (limited to 'src/modules/extra')
-rw-r--r-- | src/modules/extra/m_sqloper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_sqloper.cpp b/src/modules/extra/m_sqloper.cpp index 64f9f497f..5a039d069 100644 --- a/src/modules/extra/m_sqloper.cpp +++ b/src/modules/extra/m_sqloper.cpp @@ -35,7 +35,7 @@ using namespace std; #include "configreader.h" #include "helperfuncs.h" #include "m_sql.h" -#include "cmd_oper.h" +#include "commands/cmd_oper.h" /* $ModDesc: Allows storage of oper credentials in an SQL table */ |