Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2015-07-24 19:28:12 +0300
committerFelix Geyer <debfx@fobos.de>2015-09-12 14:55:50 +0300
commit7fa0eddc5f2d3d33a6caa27e8c43abcd36747a09 (patch)
tree409b027470d3749850073576bd7699eb0938b230 /src/crypto/Crypto.h
parent0e85c98d02acd618e342998f394f3ced84d1b823 (diff)
Make C++11 mandatory.
Diffstat (limited to 'src/crypto/Crypto.h')
-rw-r--r--src/crypto/Crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/Crypto.h b/src/crypto/Crypto.h
index b801cbb54..e6187c28a 100644
--- a/src/crypto/Crypto.h
+++ b/src/crypto/Crypto.h
@@ -20,8 +20,6 @@
#include <QString>
-#include "core/Global.h"
-
class Crypto
{
public: