aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_sqloper.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-02-21 10:58:07 -0600
committerGravatar Daniel De Graaf2010-08-03 17:32:36 -0400
commit9a36312c352e52f4b3e3bd359894758984747273 (patch)
tree1f85c895a00f9b5a648e91427bca8d78c9f7f683 /src/modules/m_sqloper.cpp
parentAdd Base64 encode/decode functions to the core (diff)
Add HMAC implementation to HashProvider
Diffstat (limited to 'src/modules/m_sqloper.cpp')
-rw-r--r--src/modules/m_sqloper.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_sqloper.cpp b/src/modules/m_sqloper.cpp
index b4cdc760a..871ef7d46 100644
--- a/src/modules/m_sqloper.cpp
+++ b/src/modules/m_sqloper.cpp
@@ -14,10 +14,9 @@
#include "inspircd.h"
#include "m_sqlv2.h"
#include "m_sqlutils.h"
-#include "m_hash.h"
+#include "hash.h"
/* $ModDesc: Allows storage of oper credentials in an SQL table */
-/* $ModDep: m_sqlv2.h m_sqlutils.h m_hash.h */
typedef std::map<irc::string, Module*> hashymodules;