summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2017-02-28 10:51:56 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2017-02-28 10:51:56 +0100
commitde138d02f67fd9cd802bbd72662b188c9d7d74e3 (patch)
tree8737927b000943240fe86b08201eb905042dafa2 /src
parent28b18eee2ed359e89f8d3b004be0896293747408 (diff)
Ordering
Diffstat (limited to 'src')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 259eb5ee..fafe7dc2 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -5,8 +5,8 @@
#include <QProcessEnvironment>
#include <QString>
#ifdef Q_OS_WIN
-#include <bcrypt.h>
#include <windows.h>
+#include <bcrypt.h>
#else
#include <sys/time.h>
#endif