aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_bcrypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_bcrypt.cpp')
-rw-r--r--src/modules/m_bcrypt.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/m_bcrypt.cpp b/src/modules/m_bcrypt.cpp
index c6615a728..17bd9e072 100644
--- a/src/modules/m_bcrypt.cpp
+++ b/src/modules/m_bcrypt.cpp
@@ -17,13 +17,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/// $CompilerFlags: -isystem vendor_directory("bcrypt")
-
#include "inspircd.h"
#include "modules/hash.h"
-#include <crypt_blowfish.c>
+#include <bcrypt/crypt_blowfish.c>
class BCryptProvider final
: public HashProvider