aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_md5.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2013-04-12 09:04:01 -0700
committerGravatar Attila Molnar2013-04-12 09:04:01 -0700
commitdebedfeb0abb398443fa33452f486c6cc80bb832 (patch)
tree7c8eac3b1ad474fdaf42767bffee7c3c4b4cce48 /src/modules/m_md5.cpp
parentMerge pull request #488 from SaberUK/master+loglevel-rename (diff)
parentTidy up source files: (diff)
downloadinspircd++-debedfeb0abb398443fa33452f486c6cc80bb832.tar.gz
inspircd++-debedfeb0abb398443fa33452f486c6cc80bb832.tar.bz2
inspircd++-debedfeb0abb398443fa33452f486c6cc80bb832.zip
Merge pull request #461 from SaberUK/master+header-cleanup
Tidy up source files.
Diffstat (limited to 'src/modules/m_md5.cpp')
-rw-r--r--src/modules/m_md5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_md5.cpp b/src/modules/m_md5.cpp
index c42507ea1..feba027f6 100644
--- a/src/modules/m_md5.cpp
+++ b/src/modules/m_md5.cpp
@@ -27,7 +27,7 @@
#ifdef HAS_STDINT
#include <stdint.h>
#endif
-#include "hash.h"
+#include "modules/hash.h"
/* The four core functions - F1 is optimized somewhat */
#define F1(x, y, z) (z ^ (x & (y ^ z)))