diff options
-rw-r--r-- | src/modules/extra/m_sqloper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/extra/m_sqloper.cpp b/src/modules/extra/m_sqloper.cpp index 8def1e8d3..9eab3d167 100644 --- a/src/modules/extra/m_sqloper.cpp +++ b/src/modules/extra/m_sqloper.cpp @@ -15,7 +15,6 @@ */ #include <string> - #include "users.h" #include "channels.h" #include "modules.h" @@ -24,7 +23,6 @@ #include "m_sqlv2.h" #include "m_sqlutils.h" -#include "commands/cmd_oper.h" /* $ModDesc: Allows storage of oper credentials in an SQL table */ |