diff options
author | Adam <Adam@anope.org> | 2014-02-17 13:53:04 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-02-17 13:53:04 -0500 |
commit | baff417652ac7058babbbc478a9bcbcb47867378 (patch) | |
tree | d5f16180ce6180b5bc9c619a602b5a34773760f9 /modules/extra/enc_bcrypt.cpp | |
parent | 707494481046d330ee5b2eb641b67cb4fc96f6ca (diff) |
Move encryption.h to include/modules
Diffstat (limited to 'modules/extra/enc_bcrypt.cpp')
-rw-r--r-- | modules/extra/enc_bcrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/enc_bcrypt.cpp b/modules/extra/enc_bcrypt.cpp index 67f2e8bef..cd5e05c35 100644 --- a/modules/extra/enc_bcrypt.cpp +++ b/modules/extra/enc_bcrypt.cpp @@ -1,7 +1,7 @@ /* RequiredLibraries: xcrypt */ #include "module.h" -#include "encryption.h" +#include "modules/encryption.h" #include <xcrypt.h> class EBCRYPT : public Module |