aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography/BigNumber.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-02-13 15:07:00 +0100
committerShauren <shauren.trinity@gmail.com>2022-02-13 15:07:00 +0100
commit439b027d48a32848e162927f50df1564b985c866 (patch)
tree2206ea55e472a5f3de4a9a4d15de00a6a8873f6b /src/common/Cryptography/BigNumber.cpp
parent904299413ed711042135386583982e2911d21551 (diff)
Core/Misc: Cleanup unused includes
Diffstat (limited to 'src/common/Cryptography/BigNumber.cpp')
-rw-r--r--src/common/Cryptography/BigNumber.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Cryptography/BigNumber.cpp b/src/common/Cryptography/BigNumber.cpp
index 62e459c6dce..65f4bb5808a 100644
--- a/src/common/Cryptography/BigNumber.cpp
+++ b/src/common/Cryptography/BigNumber.cpp
@@ -18,7 +18,6 @@
#include "Cryptography/BigNumber.h"
#include "Errors.h"
#include <openssl/bn.h>
-#include <cstring>
#include <algorithm>
#include <memory>