diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-03 08:33:18 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-03 08:33:18 +0000 |
commit | 7abfe8295ae4e1983cde5b83c9cb76591e82aff4 (patch) | |
tree | 8261c0b15f812013c107c6fe3d01021235fdb8f1 /src/modules/extra/m_sqloper.cpp | |
parent | 4c19dfeed86fa4f42ab062ded09a9bfa42a2e3eb (diff) |
Hmm, svn said there was a conflict here, but nobody had committed :/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5637 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqloper.cpp')
-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 */ |