summaryrefslogtreecommitdiff
path: root/modules/encryption/enc_sha1.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-02-17 13:53:04 -0500
committerAdam <Adam@anope.org>2014-02-17 13:53:04 -0500
commitbaff417652ac7058babbbc478a9bcbcb47867378 (patch)
treed5f16180ce6180b5bc9c619a602b5a34773760f9 /modules/encryption/enc_sha1.cpp
parent707494481046d330ee5b2eb641b67cb4fc96f6ca (diff)
Move encryption.h to include/modules
Diffstat (limited to 'modules/encryption/enc_sha1.cpp')
-rw-r--r--modules/encryption/enc_sha1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/encryption/enc_sha1.cpp b/modules/encryption/enc_sha1.cpp
index 4ef3e51fe..38f32b2cb 100644
--- a/modules/encryption/enc_sha1.cpp
+++ b/modules/encryption/enc_sha1.cpp
@@ -15,7 +15,7 @@ A million repetitions of "a"
/* #define LITTLE_ENDIAN * This should be #define'd if true. */
#include "module.h"
-#include "encryption.h"
+#include "modules/encryption.h"
union CHAR64LONG16
{