summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-01-04 16:23:48 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2018-01-04 16:23:48 +0100
commitd2fedb267507e3d785fa5c0edaf9405419673dfd (patch)
tree1b5b089d4c695993488de1227ce75a5d518a7c2f
parent08a4da3fcafcf2b2ed6a16d35de26cd692b43a77 (diff)
Removed bcrypt from windows prequisitesv1.2.1
-rw-r--r--src/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index ae65b519..5bba527e 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -5,7 +5,6 @@
#include <QProcessEnvironment>
#include <QString>
#ifdef Q_OS_WIN
-#include <bcrypt.h>
#include <windows.h>
#else
#include <sys/time.h>